X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fcreate_project.tcl;h=2ffd7d390f03ea453343a6b4f6ce0ffb78a930f6;hb=e10c1f8d87053aadfbd9d8ff1abb2219debe16d5;hp=c2dc47b0e9dba54033faef02ede2f623af9d6c68;hpb=dd5693dc4dfe9339d3301009e42a8f01fa5a6873;p=calu.git diff --git a/cpu/create_project.tcl b/cpu/create_project.tcl index c2dc47b..2ffd7d3 100755 --- a/cpu/create_project.tcl +++ b/cpu/create_project.tcl @@ -36,6 +36,8 @@ if {$make_assignments} { set_global_assignment -name VHDL_FILE ../src/mem_pkg.vhd set_global_assignment -name VHDL_FILE ../src/rom.vhd set_global_assignment -name VHDL_FILE ../src/rom_b.vhd + set_global_assignment -name VHDL_FILE ../src/r_w_ram_be.vhd + set_global_assignment -name VHDL_FILE ../src/r_w_ram_be_b.vhd set_global_assignment -name VHDL_FILE ../src/r_w_ram.vhd set_global_assignment -name VHDL_FILE ../src/r_w_ram_b.vhd set_global_assignment -name VHDL_FILE ../src/r2_w_ram.vhd