- remove unrelated path

- default effort = high

git-svn-id: http://moon:8086/svn/vhdl/trunk@1607 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-30 15:42:52 +00:00
parent 7b0201b69c
commit 4bce0d8107
2 changed files with 2 additions and 4 deletions
@@ -5,8 +5,6 @@ TIMESPEC "TS_cpu_clk" = PERIOD "cpu_clk" 9.9 ns HIGH 50 %;
# Bus clock nets
NET "CLK_I" TNM_NET = "bus_clk";
TIMESPEC "TS_bus_clk" = PERIOD "bus_clk" 9.9 ns HIGH 50 %;
TIMESPEC "TS_unrelate_bus_clk" = FROM cpu_clk TO bus_clk TIG;
BEGIN MODEL biu
INST inst_bin_fifo ram_style = distributed;
+2 -2
View File
@@ -10,8 +10,8 @@ prom : $(PRJ).mcs
timing : $(PRJ).twr
NETLIST_DIR ?= ./
MAP_EFFORT ?= med
PAR_EFFORT ?= med
MAP_EFFORT ?= high
PAR_EFFORT ?= high
# Netlist
$(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf