Skip to content

Commit c1fa48a

Browse files
committed
README.md
1 parent 2710a7e commit c1fa48a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

inline-verilog/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)