aboutsummaryrefslogtreecommitdiffstats
path: root/backends/firrtl
Commit message (Expand)AuthorAgeFilesLines
* remove include where not usedMiodrag Milanovic2020-03-131-1/+0
* Merge pull request #1258 from YosysHQ/eddie/cleanupClifford Wolf2019-08-101-5/+5
|\
| * substr() -> compare()Eddie Hung2019-08-071-1/+1
| * Merge remote-tracking branch 'origin/master' into eddie/cleanupEddie Hung2019-08-071-93/+203
| |\
| * | Use IdString::begins_with()Eddie Hung2019-08-061-2/+2
| * | Use State::S{0,1}Eddie Hung2019-08-061-2/+2
* | | Merge branch 'master' into firrtl_err_on_unsupported_cellJim Lawson2019-08-071-93/+203
|\ \ \ | | |/ | |/|
| * | Support explicit FIRRTL properties for better accommodation of FIRRTL/Verilog...Jim Lawson2019-07-311-93/+203
| |/
* / Call log_error() instead of log_warning() on unsupported cell type in FIRRTL ...Jim Lawson2019-07-241-1/+1
|/
* Fix static shift operands, neg result type, minor formattingJim Lawson2019-05-211-3/+7
* Fix all warnings that occurred when compiling with gcc9Kristoffer Ellersgaard Koch2019-05-081-1/+2
* Re-indent firrtl.cc:struct memory - no functional change.Jim Lawson2019-05-011-25/+25
* Fix #938 - Crash occurs in case when use write_firrtl commandJim Lawson2019-05-011-4/+41
* Refine memory support to deal with general Verilog memory definitions.Jim Lawson2019-04-011-30/+173
* Ensure fid() calls make_id() for consistency; tests/simple/dff_init.v failsJim Lawson2019-03-041-2/+1
* Fix FIRRTL to Verilog process instance subfield assignment.Jim Lawson2019-02-251-8/+20
* Removed unused variables, functions.Jim Lawson2019-02-151-20/+0
* Update cells supported for verilog to FIRRTL conversion.Jim Lawson2019-02-151-48/+225
* added prefix to FDirection constants, fixing windows buildMiodrag Milanovic2018-09-211-11/+11
* Remove unused functions.Jim Lawson2018-08-271-10/+0
* Add support for module instances.Jim Lawson2018-08-231-17/+122
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* More progress on Firrtl backend.Adam Izraelevitz2017-02-133-27/+181
* Bugfix: include assign to write-maskAdam Izraelevitz2016-11-181-0/+1
* More progress in FIRRTL back-endClifford Wolf2016-11-183-4/+121
* Progress in FIRRTL back-endClifford Wolf2016-11-184-5/+55
* Added first draft of FIRRTL back-endClifford Wolf2016-11-172-0/+353