Skip to content

Commit

Permalink
target: Align Verilator timescale with Questa
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jan 12, 2024
1 parent 34764a7 commit b9af419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ VLT_FLAGS += -Wno-UNSIGNED
VLT_FLAGS += -Wno-UNOPTFLAT
VLT_FLAGS += -Wno-fatal
VLT_FLAGS += --unroll-count 1024
VLT_FLAGS += --timescale 1ns/1ps
VLT_CFLAGS += -std=c++14 -pthread
VLT_CFLAGS +=-I ${VLT_BUILDDIR} -I $(VLT_ROOT)/include -I $(VLT_ROOT)/include/vltstd -I $(VLT_FESVR)/include -I $(TB_DIR) -I ${MKFILE_DIR}/test

Expand Down

0 comments on commit b9af419

Please sign in to comment.