File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
RTL_testcases/RTL_Benchmarks_Gap_Analysis Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ parse_cga exit 1; }
258
258
else
259
259
echo " "
260
260
fi
261
+ echo " setup_lec_sim 10 2" >> raptor_tcl.tcl
262
+ [ " $tool_name " = " iverilog" ] && echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
263
+ [ " $tool_name " = " iverilog" ] && echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
261
264
echo " sta" >> raptor_tcl.tcl
262
265
echo " power" >> raptor_tcl.tcl
263
266
echo " bitstream $bitstream " >> raptor_tcl.tcl
Original file line number Diff line number Diff line change @@ -270,6 +270,9 @@ parse_cga exit 1; }
270
270
else
271
271
echo " "
272
272
fi
273
+ echo " setup_lec_sim" >> raptor_tcl.tcl
274
+ [ " $tool_name " = " iverilog" ] && echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
275
+ [ " $tool_name " = " iverilog" ] && echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
273
276
echo " sta" >> raptor_tcl.tcl
274
277
echo " power" >> raptor_tcl.tcl
275
278
echo " bitstream $bitstream " >> raptor_tcl.tcl
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ wire [63:0] dna64bits;
12
12
wire dna_valid;
13
13
14
14
wire SR_ena;
15
+ wire SR_reg;
15
16
16
17
wire [9 :0 ] addra;
17
18
wire [15 :0 ] douta;
You can’t perform that action at this time.
0 commit comments