build: purge chisel 3 and add deprecation check (#3250)
refactor directory hierarchy for two chisel versions (#2423)
xstransform: support PrintControl and PrintModuleName for chisel6 (#2422)
build: support chisel 3.6.0 and chisel 6.0.0-M3 (#2372)
test: add example of chiseltest's unit-test and generating verilog for xs' module (#1890)* test: add example to genenrate verilog for a small module Just use Parameters from DefaultConfig(& Argp
test: add example of chiseltest's unit-test and generating verilog for xs' module (#1890)* test: add example to genenrate verilog for a small module Just use Parameters from DefaultConfig(& Argparser) like XSTop/SimTop * test: add DecodeUnitTest as an example for xs' chiseltest * ctrlblock: <> usage has changed, unidirection should use := * bump huancun * makefile: mv new makefile cmd into Makefile.test
show more ...
misc: code clean up (#1073)* rename Roq to Rob * remove trailing whitespaces * remove unused parameters
Integer SRT16 Divider (#1019)* New SRT4 divider that may improve timing See "Digital reurrence dividers with reduced logical depth" * SRT16 Int Divider that is working properly * Fix bug r
Integer SRT16 Divider (#1019)* New SRT4 divider that may improve timing See "Digital reurrence dividers with reduced logical depth" * SRT16 Int Divider that is working properly * Fix bug related to div 1 * Timing improved version of SRT16 int divider * Add copyright and made some minor changes * Fix bugs related to div 0 * Fix another div 0 bug * Fix another special case bug