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
/
src
/
main
/
scala
/
firrtl
/
Emitter.scala
Age
Commit message (
Expand
)
Author
2022-01-25
emission-options flags swapped (#2472)
Andrea Nardi
2021-12-27
disable random should not contain useInitAsPreset. (#2449)
Jiuyang Liu
2021-11-19
Disable random init (#2396)
Jiuyang Liu
2021-09-29
Add RTLIL Backend. (#2331)
Nicolas Machado
2021-09-08
Multi protobuf module emission and consumption (#2344)
Jared Barocsi
2021-08-10
[smt] make SMTLib + Btor2 emitters public objects (#2326)
Kevin Laeufer
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2021-06-17
Add Protocol Buffer emission (#2271)
Schuyler Eldridge
2021-06-14
Add -X mhigh compiler for minimal high form (#2268)
Schuyler Eldridge
2020-11-10
Refactor emiter (#1879)
Jiuyang Liu
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-31
Emitter: add missing parenthesize calls (#1874)
Albert Chen
2020-08-26
Emit parentheses in Verilog for nested unary ops (#1865)
Jack Koenig
2020-08-25
Inline Boolean Expressions (#1817)
Albert Chen
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-15
experimental SMTLib and btor2 emitter (#1826)
Kevin Laeufer
2020-08-11
File Serialization of Annotations (#1277)
Schuyler Eldridge
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
[2.13] fix legacy procedure syntax
Kevin Laeufer
2020-07-29
[2.13] EmissionOptionMap now uses a HashMap instead of extending it
Kevin Laeufer
2020-07-29
[2.13] replace `= Unit` with `= ()`
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-25
Integrate new transforms with firrtl.stage.Forms (#1754)
Schuyler Eldridge
2020-07-24
Fix sign extension issue in Emitter (#1785)
Albert Chen
2020-07-23
Update negative literal emission (#1782)
Albert Chen
2020-07-17
Propagate source locators to register update always blocks (#1743)
Jack Koenig
2020-07-15
ir: store FileInfo string in escaped format (#1690)
Kevin Laeufer
2020-07-07
verification: emit mesage as Verilog comment (#1712)
Kevin Laeufer
2020-06-26
Enable ConvertAsserts in default Verilog compiler
Albert Magyar
2020-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-06-22
Support Memory Initialization for Simulation and FPGA Flows (#1645)
Kevin Laeufer
2020-06-22
recore of Attributes (#1643)
Jiuyang Liu
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-05-14
Move Reg/Mem initializations to end of module (#1613)
Deborah Soung
2020-05-13
consolidated wire+assign to just wire, with expression inlined (#1600)
Murali Vijayaraghavan
2020-05-05
before/after initial block macros (#1550)
Deborah Soung
2020-05-04
Add LegalizeAndReductionsTransform
Jack Koenig
2020-05-01
Emitter: guard _RAND_* declarations with ifdef (#1548)
Albert Chen
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-13
Check EmitAnnotation class before emitting
Schuyler Eldridge
2020-04-13
move asyncInitials inside initial block RANDOMIZE ifdef (#1510)
John Ingalls
2020-03-26
Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)
Chick Markley
2020-03-12
Add Support for FPGA Bitstream Preset-registers (#1050)
John's Brew
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-04
Revert "Verilog emitter transform InlineNots (#1270)"
Albert Magyar
2020-02-12
Fixing lint error: x + -1 (#1374)
Adam Izraelevitz
2020-02-06
Emit 'else' case for trivial-valued async reset regs to avoid latches (#1359)
Albert Magyar
2020-01-21
Refactoring checkCatArgumentLegality (#1317)
Derek Pappas
2020-01-15
Verilog emitter transform InlineBitExtractions (#1296)
John Ingalls
[next]