MacPlus_MiSTer/sys/pll_cfg.qip
meauxdal 32e223ac31
Correct aspect ratio, update sys, update readme (#10)
* Correct aspect ratio

Early compact Macintoshes (including the Plus) use 512 by 342 resolution monochrome monitors with 1:1 PAR and 256:171 DAR.

* Update readme.md

Bring readme up-to-date with latest core

* Update sys

Update sys to latest version

* Update sys & readme
2024-04-06 20:14:31 +08:00

6 lines
540 B
Plaintext

set_global_assignment -name SYNTHESIS_ONLY_QIP ON
set_global_assignment -library "pll_cfg" -name VERILOG_FILE [file join $::quartus(qip_path) "pll_cfg/pll_cfg.v"]
set_global_assignment -library "pll_cfg" -name VERILOG_FILE [file join $::quartus(qip_path) "pll_cfg/pll_cfg_hdmi.v"]
set_global_assignment -library "pll_cfg" -name VERILOG_FILE [file join $::quartus(qip_path) "pll_cfg/altera_pll_reconfig_top.v"]
set_global_assignment -library "pll_cfg" -name VERILOG_FILE [file join $::quartus(qip_path) "pll_cfg/altera_pll_reconfig_core.v"]