index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
Revert "Add shregmap -init_msb_first and use in synth_xilinx"
Eddie Hung
2019-03-14
1
-14
/
+2
|
*
|
|
|
|
|
|
|
Merge remote-tracking branch 'origin/master' into xc7srl
Eddie Hung
2019-03-14
2
-4
/
+4
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Add shregmap -init_msb_first and use in synth_xilinx
Eddie Hung
2019-03-14
1
-2
/
+14
*
|
|
|
|
|
|
|
|
|
Merge pull request #951 from YosysHQ/clifford/logdebug
Clifford Wolf
2019-04-22
1
-5
/
+32
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Add log_debug() framework
Clifford Wolf
2019-04-22
1
-5
/
+32
*
|
|
|
|
|
|
|
|
|
attrmap: extend -remove to allow removing attributes with any value.
whitequark
2019-04-22
1
-1
/
+3
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
/
Disable blackbox detection in techmap files
Clifford Wolf
2019-04-22
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #943 from YosysHQ/clifford/whitebox
Clifford Wolf
2019-04-20
3
-8
/
+29
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Add "techmap -wb", use in formal flows
Clifford Wolf
2019-04-20
1
-1
/
+8
|
*
|
|
|
|
|
|
Check blackbox attribute in techmap/simplemap
Clifford Wolf
2019-04-20
2
-2
/
+2
|
*
|
|
|
|
|
|
Ignore 'whitebox' attr in flatten with "-wb" option
Eddie Hung
2019-04-18
1
-5
/
+19
|
*
|
|
|
|
|
|
Add "whitebox" attribute, add "read_verilog -wb"
Clifford Wolf
2019-04-18
2
-3
/
+3
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Spelling fixes
Eddie Hung
2019-04-19
1
-2
/
+2
*
|
|
|
|
|
|
Fix abc's remap_name to not ignore [^0-9] when extracting sid
Eddie Hung
2019-04-18
1
-12
/
+16
*
|
|
|
|
|
|
ABC to call retime all the time
Eddie Hung
2019-04-18
1
-15
/
+11
*
|
|
|
|
|
|
Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"
Eddie Hung
2019-04-10
1
-2
/
+0
*
|
|
|
|
|
|
Revert ""&nf -D 0" fails => use "-D 1" instead"
Eddie Hung
2019-04-10
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix S0 -> S1
Eddie Hung
2019-04-05
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
"&nf -D 0" fails => use "-D 1" instead
Eddie Hung
2019-04-05
1
-1
/
+1
*
|
|
|
|
abc -dff now implies "-D 0" otherwise retiming doesn't happen
Eddie Hung
2019-04-05
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Liberty file parser now accepts superfluous ;
Niels Moseley
2019-03-27
1
-1
/
+1
*
|
|
|
Liberty file parser now accepts superfluous ;
Niels Moseley
2019-03-27
1
-7
/
+54
|
|
_
|
/
|
/
|
|
*
|
|
spaces -> tabs
Niels Moseley
2019-03-25
1
-78
/
+78
*
|
|
EOL is now accepted as ';' replacement on lines that look like: feature_xyz(o...
Niels Moseley
2019-03-25
1
-4
/
+3
*
|
|
Updated the liberty parser to accept [A:B] ranges (AST has not been updated)....
Niels Moseley
2019-03-24
2
-7
/
+90
|
|
/
|
/
|
*
|
Clean up some whitepsace outliers
Larry Doolittle
2019-02-26
2
-4
/
+4
|
/
*
abc: Improved recovered netnames, also preserve src on nets with dress
David Shah
2019-02-06
1
-4
/
+13
*
abc: Preserve naming through ABC using 'dress' command
David Shah
2019-02-06
1
-29
/
+51
*
flowmap: clean up terminology.
whitequark
2019-01-08
1
-17
/
+18
*
flowmap: implement depth relaxation.
whitequark
2019-01-08
1
-22
/
+680
*
flowmap: construct a max-volume max-flow min-cut, not just any one.
whitequark
2019-01-06
1
-7
/
+10
*
flowmap: add -minlut option, to allow postprocessing with opt_lut.
whitequark
2019-01-04
1
-7
/
+21
*
flowmap: cleanup for clarity. NFCI.
whitequark
2019-01-04
1
-107
/
+141
*
flowmap: improve debug graph output. NFC.
whitequark
2019-01-04
1
-47
/
+76
*
flowmap: add link to longer version of paper. NFC.
whitequark
2019-01-04
1
-2
/
+3
*
flowmap: new techmap pass.
whitequark
2019-01-03
2
-0
/
+874
*
Add "dffinit -noreinit" parameter
Icenowy Zheng
2018-12-18
1
-1
/
+14
*
Add "dffinit -strinit high low"
Icenowy Zheng
2018-12-18
1
-2
/
+16
*
Revert "Proof-of-concept: preserve naming through ABC using dress"
Clifford Wolf
2018-12-16
1
-51
/
+29
*
Merge pull request #735 from daveshah1/trifixes
Clifford Wolf
2018-12-16
1
-3
/
+4
|
\
|
*
deminout: Consider $tribuf cells
David Shah
2018-12-12
1
-2
/
+2
|
*
deminout: Don't demote constant-driven inouts to inputs
David Shah
2018-12-12
1
-1
/
+2
*
|
Merge pull request #714 from daveshah1/abc_preserve_naming
Clifford Wolf
2018-12-16
1
-29
/
+51
|
\
\
|
*
|
abc: Preserve naming through ABC using 'dress' command
David Shah
2018-12-06
1
-29
/
+51
|
|
/
*
/
lut2mux: handle 1-bit INIT constant in $lut cells.
whitequark
2018-12-05
1
-1
/
+1
|
/
*
Fix typo
Clifford Wolf
2018-12-04
1
-1
/
+1
*
dff2dffe: Add option for unmap to only remove DFFE with low CE signal use
Sylvain Munaut
2018-11-27
1
-1
/
+36
*
DFFLIBMAP: changed 'missing pin' error into a warning with additional reason/...
Niels Moseley
2018-11-06
1
-1
/
+10
*
Allow square brackets in liberty identifiers
Clifford Wolf
2018-11-05
1
-2
/
+2
*
Liberty file newline handling is more relaxed. More descriptive error message
Niels Moseley
2018-11-03
1
-4
/
+7
[prev]
[next]