mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-24 21:59:33 +01:00
fix MHZ->MHz unit
This commit is contained in:
parent
81860700c0
commit
e1aa24d006
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ BLOCK ASYNCPATHS;
|
|||
# The clock "usb" and "gpdi" sheet
|
||||
LOCATE COMP "clk_25mhz" SITE "G2";
|
||||
IOBUF PORT "clk_25mhz" PULLMODE=NONE IO_TYPE=LVCMOS33;
|
||||
FREQUENCY PORT "clk_25mhz" 25 MHZ;
|
||||
FREQUENCY PORT "clk_25mhz" 25 MHz;
|
||||
|
||||
# JTAG and SPI FLASH voltage 3.3V and options to boot from SPI flash
|
||||
# write to FLASH possible any time from JTAG:
|
||||
|
|
Loading…
Reference in a new issue