You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ The following binary operations are specified by the snakeHDL API and must be im
70
70
* BIT
71
71
* JOIN
72
72
73
-
...and that's it! Check out the [BOp documentation](https://github.com/joshiemoore/snakehdl/blob/master/docs/bops.md) to learn more or look at the [examples](https://github.com/joshiemoore/snakehdl/tree/master/examples) to see BOps in action.
73
+
...and that's it! snakeHDL is based on a RISC-type philosophy.
74
+
Check out the [BOp documentation](https://github.com/joshiemoore/snakehdl/blob/master/docs/bops.md) to learn more or look at the [examples](https://github.com/joshiemoore/snakehdl/tree/master/examples) to see BOps in action.
74
75
75
76
## Compiler Targets
76
77
-[x] Verilog
@@ -80,3 +81,17 @@ The following binary operations are specified by the snakeHDL API and must be im
80
81
-[ ] Arduino
81
82
-[ ] Minecraft Redstone
82
83
-[ ] ...
84
+
85
+
## Optimizations
86
+
The following is a list of current and planned compiler optimizations:
0 commit comments