diff options
| author | Julian Blake Kongslie | 2021-03-24 08:35:07 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-24 08:50:57 -0700 |
| commit | 5c1df6d27f5dac143efc9ce84689b863dbee45bd (patch) | |
| tree | 9bb9c9bcab00e7d5a5d1b40467d8e5a810f0b706 /init.tcl | |
| parent | Clean before building. (diff) | |
| download | toycpu-5c1df6d27f5dac143efc9ce84689b863dbee45bd.tar.xz | |
Reorganize repo layout to make it a little easier to work within.
Diffstat (limited to 'init.tcl')
| -rw-r--r-- | init.tcl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/init.tcl b/init.tcl deleted file mode 100644 index 4640ea1..0000000 --- a/init.tcl +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | project_new toycpu -revision toycpu -overwrite | ||
| 2 | |||
| 3 | set_global_assignment -name DEVICE 10CL025YU256I7G | ||
| 4 | |||
| 5 | set_global_assignment -name TOP_LEVEL_ENTITY top | ||
| 6 | set_global_assignment -name VERILOG_INPUT_VERSION SYSTEMVERILOG_2005 | ||
| 7 | set_global_assignment -name VERILOG_MACRO "SYNTHESIS=1" | ||
| 8 | |||
| 9 | set_location_assignment PIN_E1 -to clk | ||
| 10 | set_location_assignment PIN_J15 -to reset_n | ||
| 11 | |||
| 12 | set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to clk | ||
| 13 | set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to reset_n | ||
| 14 | |||
| 15 | create_base_clock -fmax "50 MHz" clk | ||
| 16 | |||
| 17 | set_global_assignment -name CDF_FILE programmer.cdf | ||
| 18 | set_global_assignment -name HEX_FILE rom.hex | ||
| 19 | set_global_assignment -name SDC_FILE clocks.sdc | ||
| 20 | set_global_assignment -name VERILOG_FILE bin2bcd.sv | ||
| 21 | set_global_assignment -name VERILOG_FILE fibseq.sv | ||
| 22 | set_global_assignment -name VERILOG_FILE jtag_uart.sv | ||
| 23 | set_global_assignment -name VERILOG_FILE ntoa.sv | ||
| 24 | set_global_assignment -name VERILOG_FILE top.sv | ||
| 25 | set_global_assignment -name VERILOG_FILE utils.svh | ||
| 26 | |||
| 27 | project_close | ||
