diff options
Diffstat (limited to 'pnr/de1_murax_franz')
-rw-r--r-- | pnr/de1_murax_franz/de1_murax_franz_pins.tcl | 20 | ||||
-rw-r--r-- | pnr/de1_murax_franz/makefile | 8 |
2 files changed, 28 insertions, 0 deletions
diff --git a/pnr/de1_murax_franz/de1_murax_franz_pins.tcl b/pnr/de1_murax_franz/de1_murax_franz_pins.tcl new file mode 100644 index 0000000..c2fb5fb --- /dev/null +++ b/pnr/de1_murax_franz/de1_murax_franz_pins.tcl @@ -0,0 +1,20 @@ +# assign pin locations to a quartus project + +#---------------------------------------------------------------------- +# Pin Assignments +set_location_assignment PIN_R20 -to LEDR[0] +set_location_assignment PIN_R19 -to LEDR[1] +set_location_assignment PIN_U19 -to LEDR[2] +set_location_assignment PIN_Y19 -to LEDR[3] +set_location_assignment PIN_T18 -to LEDR[4] +set_location_assignment PIN_V19 -to LEDR[5] +set_location_assignment PIN_Y18 -to LEDR[6] +set_location_assignment PIN_U18 -to LEDR[7] +set_location_assignment PIN_L1 -to CLOCK_50 +set_location_assignment PIN_R22 -to KEY0 +set_location_assignment PIN_F14 -to uart_rxd +set_location_assignment PIN_G12 -to uart_txd +set_location_assignment PIN_H13 -to jtag_tck +set_location_assignment PIN_G15 -to jtag_tms +set_location_assignment PIN_E15 -to jtag_tdi +set_location_assignment PIN_G16 -to jtag_tdo diff --git a/pnr/de1_murax_franz/makefile b/pnr/de1_murax_franz/makefile new file mode 100644 index 0000000..f3ebc19 --- /dev/null +++ b/pnr/de1_murax_franz/makefile @@ -0,0 +1,8 @@ +PROJECT = de1_murax_franz + +# Here the VHDL files for synthesis are defined. +include ../../sim/$(PROJECT)/makefile.sources + +SOURCE_FILES = $(SYN_SOURCE_FILES) + +include ../makefile |