projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa77942
)
cell mux bitwidth 2
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 25 Jun 2018 10:20:10 +0000
(11:20 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 25 Jun 2018 10:20:10 +0000
(11:20 +0100)
src/test_bsv/pinmux.bsv
patch
|
blob
|
history
diff --git
a/src/test_bsv/pinmux.bsv
b/src/test_bsv/pinmux.bsv
index b08c267e461657daa51536188eacf49faf6aaacb..d0917c683925f740c891f763dd063a6e4c2da7a8 100644
(file)
--- a/
src/test_bsv/pinmux.bsv
+++ b/
src/test_bsv/pinmux.bsv
@@
-222,15
+222,15
@@
package pinmux;
interface mux_lines = interface MuxSelectionLines
- method Action cell0_mux(Bit#(
1
) in);
+ method Action cell0_mux(Bit#(
2
) in);
wrcell0_mux<=in;
endmethod
- method Action cell1_mux(Bit#(
1
) in);
+ method Action cell1_mux(Bit#(
2
) in);
wrcell1_mux<=in;
endmethod
- method Action cell2_mux(Bit#(
1
) in);
+ method Action cell2_mux(Bit#(
2
) in);
wrcell2_mux<=in;
endmethod