We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2710a7e commit c1fa48aCopy full SHA for c1fa48a
1 file changed
inline-verilog/README.md
@@ -0,0 +1,10 @@
1
+Very quick and dirty "inline Verilog" support for Haskell. See `tests.hs` for examples.
2
+
3
+Currently missing or untested:
4
5
+* Inputs/outputs wider than 64 bits.
6
+* `struct` ports.
7
+* Multidimensional input/output port, e.g. `reg [15:0] foo [3:0][3:0]` .
8
+* Importing.
9
10
+All of the above should be easy, I just didn't bother yet.
0 commit comments