minor updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PROJECT = VX_pipeline
|
||||
TOP_LEVEL_ENTITY = VX_pipeline
|
||||
SRC_FILE = VX_pipeline.v
|
||||
RTL_DIR = ../../../rtl
|
||||
RTL_DIR = ../../../../rtl
|
||||
|
||||
FAMILY = "Arria 10"
|
||||
DEVICE = 10AX115N3F40E2SG
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
create_clock -name {clk} -period "220 MHz" [get_ports {clk}]
|
||||
create_clock -name {clk} -period "250 MHz" [get_ports {clk}]
|
||||
|
||||
derive_pll_clocks -create_base_clocks
|
||||
derive_clock_uncertainty
|
||||
Reference in New Issue
Block a user