E154 Lab 3 files

This commit is contained in:
David Harris 2025-02-18 16:08:52 -08:00
parent 1f0e247edd
commit 11651f679b
5 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/logic \[`CTRLW-1:0] ControlsD/logic ControlsD/' $WALLY/src/ieu/controller.sv

View file

@ -0,0 +1,4 @@
$WALLY/examples/exercises/7p1/buga.sh
$WALLY/examples/exercises/7p1/bugb.sh
$WALLY/examples/exercises/7p1/bugc.sh
$WALLY/examples/exercises/7p1/bugd.sh

View file

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/R2D, R2E/R2D, R1E/' $WALLY/src/ieu/datapath.sv

View file

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/assign reset_ext = /assign reset_ext = 1 | /' $WALLY/testbench/testbench.sv

View file

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/LTU}/LT}/' $WALLY/src/ieu/alu.sv