Skip to content

Commit

Permalink
rename and update for vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
King Lok Chung committed Oct 25, 2024
1 parent aefb18e commit 160feab
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 567 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module cus_mux41_buf (A0, A1, A2, A3, S0, S0N, S1, S1N, X);
assign X = S1 ? B1 : B0;
endmodule

module cus_mux21_buf (A0, A1, S, X);
module cus_mux21 (A0, A1, S, X);
input A0;
input A1;
input S;
Expand Down
Loading

0 comments on commit 160feab

Please sign in to comment.