Skip to content

Commit 1a383bd

Browse files
author
Johns575
committed
feat: update readme
1 parent 204af86 commit 1a383bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Please note that these solutions are not necessarily optimal, but rather intende
1414
* In Chisel, it is more verbose to do bit assignment. For comparison, see `\src\main\scala\hdlbits\circuits\FsmSerialdata.scala:34`.
1515
* In Chisel, state name does not conflict with module name. See `src\main\scala\hdlbits\circuits\FsmSerialdp.scala:39` for comparison.
1616
* In Chisel, we can control submodule reset signal less verbosely than SpinalHDL. See `src\main\scala\hdlbits\circuits\FsmSerialdp.scala:52` for example. And SpinalHDL is not.
17+
* In SpinalHDL, we can adjust generated name of all signal and module, except for some reserved keyword: `in`, `out`, `clock`, `reset`

0 commit comments

Comments
 (0)