Skip to content

Commit

Permalink
Merge pull request #4 from D-0-Z/patch-1
Browse files Browse the repository at this point in the history
alu.sv test bench fix
  • Loading branch information
jopdorp authored Aug 23, 2024
2 parents 40f32a9 + 214d659 commit 39cbde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02/alu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
`include "add_16.sv"
`endif
`ifndef and_16
`include "and_16.sv"
`include "../01/and_16.sv"
`endif
`ifndef not_16
`include "not_16.sv"
`include "../01/not_16.sv"
`endif
`define alu 1

Expand Down

0 comments on commit 39cbde1

Please sign in to comment.