index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backends
/
firrtl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
1
-1
/
+1
*
Make a few passes auto-call Mem::narrow instead of rejecting wide ports.
Marcelina Kościelnicka
2021-05-28
1
-4
/
+2
*
Reject wide ports in some passes that will never support them.
Marcelina Kościelnicka
2021-05-25
1
-0
/
+4
*
backend/firrtl: Convert to use Mem helpers.
Marcelina Kościelnicka
2021-05-24
1
-264
/
+88
*
Formatting fixes
Sahand Kashani
2020-11-23
1
-10
/
+7
*
Add support for real-valued parameters + preserve type of parameters
Sahand Kashani
2020-08-06
1
-38
/
+113
*
Add firrtl backend support for generic parameters in blackbox components
Sahand Kashani
2020-07-23
1
-58
/
+222
*
Use C++11 final/override keywords.
whitequark
2020-06-18
1
-2
/
+2
*
Add flooring modulo operator
Xiretza
2020-05-28
1
-0
/
+1
*
Merge pull request #2031 from epfl-vlsc/master
whitequark
2020-05-28
1
-1
/
+40
|
\
|
*
Formatting fixes
Sahand Kashani
2020-05-06
1
-14
/
+7
|
*
Add extmodule support to firrtl backend
Sahand Kashani
2020-05-06
1
-1
/
+47
*
|
firrtl: Accept techmapped cell types in FIRRTL backend.
Alberto Gonzalez
2020-05-17
1
-10
/
+12
*
|
Add YS_FALLTHROUGH macro to mark case fall-through
Xiretza
2020-05-07
1
-2
/
+2
|
/
*
ast, rpc: record original name of $paramod\* as \hdlname attribute.
whitequark
2020-04-18
1
-11
/
+2
*
Fix indentation
Sahand Kashani
2020-04-09
1
-3
/
+3
*
Remove dependency on ilang backend since we no longer use it
Sahand Kashani
2020-04-08
1
-1
/
+0
*
Merge branch 'master' of github.com:YosysHQ/yosys into firrtl_backend_fileinfo
Sahand Kashani
2020-04-08
1
-112
/
+112
|
\
|
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
1
-88
/
+88
|
*
kernel: use more ID::*
Eddie Hung
2020-04-02
1
-23
/
+23
*
|
Remove unnecessary pruning of double-quoting
Sahand Kashani
2020-04-08
1
-5
/
+0
*
|
Remove use of auto for simple types + simplify src attribute computation
Sahand Kashani
2020-03-24
1
-10
/
+5
*
|
Refactor to directly call ILANG_BACKEND::dump_const() + directly lookup src a...
Sahand Kashani
2020-03-24
1
-68
/
+15
*
|
Indentation conventions
Sahand Kashani
2020-03-23
1
-5
/
+6
*
|
Const parameter in function (backends/firrtl/firrtl.cc)
Sahand Kashani-Akhavan
2020-03-23
1
-1
/
+1
*
|
Strip quotes around fileinfo strings
Sahand Kashani
2020-03-21
1
-1
/
+5
*
|
Add fileinfo to firrtl backend for assignments and non-instance cells
Sahand Kashani
2020-03-21
1
-21
/
+30
*
|
Refactor fileinfo emission characters to single location
Sahand Kashani
2020-03-20
1
-6
/
+8
*
|
Add fileinfo to firrtl backend for instances
Sahand Kashani
2020-03-19
1
-2
/
+3
*
|
Add fileinfo to firrtl backend for modules and wires
Sahand Kashani
2020-03-19
1
-12
/
+20
*
|
Add fileinfo to firrtl backend for top-level circuit
Sahand Kashani
2020-03-19
1
-1
/
+62
|
/
*
remove include where not used
Miodrag Milanovic
2020-03-13
1
-1
/
+0
*
Merge pull request #1258 from YosysHQ/eddie/cleanup
Clifford Wolf
2019-08-10
1
-5
/
+5
|
\
|
*
substr() -> compare()
Eddie Hung
2019-08-07
1
-1
/
+1
|
*
Merge remote-tracking branch 'origin/master' into eddie/cleanup
Eddie Hung
2019-08-07
1
-93
/
+203
|
|
\
|
*
|
Use IdString::begins_with()
Eddie Hung
2019-08-06
1
-2
/
+2
|
*
|
Use State::S{0,1}
Eddie Hung
2019-08-06
1
-2
/
+2
*
|
|
Merge branch 'master' into firrtl_err_on_unsupported_cell
Jim Lawson
2019-08-07
1
-93
/
+203
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Support explicit FIRRTL properties for better accommodation of FIRRTL/Verilog...
Jim Lawson
2019-07-31
1
-93
/
+203
|
|
/
*
/
Call log_error() instead of log_warning() on unsupported cell type in FIRRTL ...
Jim Lawson
2019-07-24
1
-1
/
+1
|
/
*
Fix static shift operands, neg result type, minor formatting
Jim Lawson
2019-05-21
1
-3
/
+7
*
Fix all warnings that occurred when compiling with gcc9
Kristoffer Ellersgaard Koch
2019-05-08
1
-1
/
+2
*
Re-indent firrtl.cc:struct memory - no functional change.
Jim Lawson
2019-05-01
1
-25
/
+25
*
Fix #938 - Crash occurs in case when use write_firrtl command
Jim Lawson
2019-05-01
1
-4
/
+41
*
Refine memory support to deal with general Verilog memory definitions.
Jim Lawson
2019-04-01
1
-30
/
+173
*
Ensure fid() calls make_id() for consistency; tests/simple/dff_init.v fails
Jim Lawson
2019-03-04
1
-2
/
+1
*
Fix FIRRTL to Verilog process instance subfield assignment.
Jim Lawson
2019-02-25
1
-8
/
+20
*
Removed unused variables, functions.
Jim Lawson
2019-02-15
1
-20
/
+0
*
Update cells supported for verilog to FIRRTL conversion.
Jim Lawson
2019-02-15
1
-48
/
+225
*
added prefix to FDirection constants, fixing windows build
Miodrag Milanovic
2018-09-21
1
-11
/
+11
[next]