index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
features
Age
Commit message (
Expand
)
Author
2016-04-08
Fixed bug in Remove Accesses where a WSubAccess's index was not checked for a...
Adam Izraelevitz
2016-02-09
Added remaining check passes. Ready for open sourcing
azidar
2016-02-09
Changed stanza output of UInt/SInt to include widths. Made tests match accord...
azidar
2016-01-28
Changed rmode to wmode
azidar
2016-01-28
Updated all tests to pass
azidar
2016-01-28
Changed register syntax for optional reset and init values
azidar
2016-01-27
Reworked readwriter types
azidar
2016-01-25
Added verilog rename pass
azidar
2016-01-25
Added isinvalid and validif
azidar
2016-01-24
Added muxing on passive aggregate types
azidar
2016-01-17
Fixed error where memory of size 1 would create an index of size 0. This can ...
azidar
2016-01-16
Added a bunch of tests and added firrtl-stanza and firrtl-scala to .gitignore
azidar
2016-01-16
Fixed all tests so they either pass are marked as expected failures
azidar
2016-01-16
Fixed a bunch of tests, and minor bugs
azidar
2016-01-16
WIP. Fixed a bunch of tests. Starting on implementing chirrtl, but hit roadbl...
azidar
2016-01-16
Finished supporting nested accesses. Required some nuianced thinking. Pass al...
azidar
2016-01-16
WIP, hit semantic bug in WSubAccess
azidar
2016-01-16
New memory works with verilog. Slowly changing tests and fixing bugs.
azidar
2016-01-16
Finished adding clocks to Stop and Print
azidar
2015-10-07
Added Printf and Stop to firrtl. #23 #24.
azidar
2015-09-30
Make Link.fir reference relative path, so it doesn't need someone's particula...
ducky
2015-09-24
Updated conditional read example
azidar
2015-09-01
Added a conditional readport example, with new idea of representing a read en...
azidar
2015-08-24
Changed all tests to use verilog backend.
azidar
2015-08-20
Added tests, cleaned up repo
azidar
2015-08-20
Added Poison node. Includes tests. #26.
azidar
2015-08-17
Removed leading zeros from UInt constants
azidar
2015-08-03
Changed name mangling to use _ as a delin. Fixed bug in checking for
azidar
2015-07-31
Added errors for bulk connects where field names match but types/flips don't
azidar
2015-07-31
Updated tests to pipe from stderr to stdout
azidar
2015-07-30
Updated error and feature tests. Fixed bug in detecting incorrect genders
azidar
2015-07-30
Updated lots of tests so they pass. Found one bug in expand whens
azidar
2015-07-14
Added tests for clocks. Added remove scope and special chars passes. Added te...
azidar
2015-07-14
Added clock support
azidar
2015-07-14
Pass most tests. The ones that do not pass are not expected to, yet
azidar
2015-06-02
Added sequential/combinational memories. Started debugging verilog backend. A...
azidar
2015-05-27
Added sequential memories. mem no longer exists, must declare either cmem or ...
azidar
2015-05-27
Added external modules. Switched lower firrtl back to wire r; r := Register, ...
azidar
2015-05-26
Added <>. Added additional checks for primops. Added new chisel3 files.
azidar