File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
RTL_testcases/RTL_Benchmarks_Gap_Analysis Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,9 @@ parse_cga exit 1; }
260
260
else
261
261
echo " "
262
262
fi
263
+ echo " setup_lec_sim 10 2" >> raptor_tcl.tcl
264
+ echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
265
+ echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
263
266
echo " sta" >> raptor_tcl.tcl
264
267
echo " power" >> raptor_tcl.tcl
265
268
echo " bitstream $bitstream " >> raptor_tcl.tcl
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
+ echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
263
+ 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 @@ -254,7 +254,7 @@ begin
254
254
charreceivedn <= ~ charreceivedn;
255
255
end
256
256
257
- assign data = (rd) ? output_buffer : {WORD_LEN{1'bz }};
257
+ assign data = (rd) ? output_buffer : {WORD_LEN{1'b0 }};
258
258
259
259
assign sck = (modeint[1 ])? ~ sckint : sckint;
260
260
assign mosi = (ss) ? 1'b1 :_mosi;
You can’t perform that action at this time.
0 commit comments