hi everyone! i tried modify clock period to 400, ...
# general
u
hi everyone! i tried modify clock period to 400, cap margin 40 to fix hold time violation.. but still it has violation. Also it represent Error 134 after make finish. What could i do? Thanks for any help ๐Ÿ˜‚
v
share your config.mk
What is your goal here?
u
Thanks so much! i used example nangate45/swerv config.mk file! My goal is no error make and no violation..
export DESIGN_NAME = swerv export PLATFORM = nangate45 export VERILOG_FILES = ./designs/src/$(DESIGN_NAME)/swerv_wrapper.sv2v.v export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc export CORE_UTILIZATION = 40 export CORE_ASPECT_RATIO = 1 export CORE_MARGIN = 5 export PLACE_DENSITY_LB_ADDON = 0.20
v
Where is CAP_MARGIN defined?
u
I defined cap_margin and slew_margin on floorplan.tcl!
@Vijayan Krishnan Thank you so much! I defined CAP_MARGIN and SLEW MARGIN on config.mk and it works!