index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sim: Fix handling of constant-connected cell inputs at startup
David Shah
2020-04-21
2
-1
/
+18
*
Merge pull request #1963 from whitequark/cxxrtl-blackboxes
whitequark
2020-04-18
2
-198
/
+637
|
\
|
*
cxxrtl: add templated black box support.
whitequark
2020-04-18
1
-16
/
+193
|
*
cxxrtl: make eval() and commit() inline in blackboxes.
whitequark
2020-04-18
1
-82
/
+103
|
*
cxxrtl: add simple black box support.
whitequark
2020-04-18
2
-70
/
+311
|
*
cxxrtl: use ID::X instead of ID(X). NFC.
whitequark
2020-04-18
1
-107
/
+107
|
/
*
Merge pull request #1955 from whitequark/cxxrtl-sync_always
whitequark
2020-04-17
1
-3
/
+13
|
\
|
*
cxxrtl: correctly handle `sync always` rules.
whitequark
2020-04-17
1
-3
/
+13
*
|
Merge pull request #1952 from boqwxp/add_edge_location
whitequark
2020-04-17
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Set Verilog source location for explicit blocks (`begin` ... `end`).
Alberto Gonzalez
2020-04-17
1
-0
/
+1
|
*
Add Verilog source location information to `AST_POSEDGE` and `AST_NEGEDGE` no...
Alberto Gonzalez
2020-04-17
1
-0
/
+2
*
|
Merge pull request #1954 from YosysHQ/dave/fix-stdout-conflict
whitequark
2020-04-17
1
-3
/
+3
|
\
\
|
*
|
qbfsat: Fix illegal use of 'stdout' identifier
David Shah
2020-04-17
1
-3
/
+3
|
|
/
*
|
Merge pull request #1951 from whitequark/rtlil-string_attribute
whitequark
2020-04-17
2
-19
/
+33
|
\
\
|
|
/
|
/
|
|
*
rtlil: add AttrObject::has_attribute.
whitequark
2020-04-16
2
-0
/
+7
|
*
rtlil: add AttrObject::{get,set}_string_attribute.
whitequark
2020-04-16
2
-19
/
+26
*
|
Merge pull request #1898 from boqwxp/locations
whitequark
2020-04-17
1
-0
/
+3
|
\
\
|
*
|
Add location information to `AST_CONSTANT` nodes.
Alberto Gonzalez
2020-04-16
1
-0
/
+3
*
|
|
Merge pull request #1864 from boqwxp/cleanup_techmap_abc
whitequark
2020-04-17
1
-99
/
+80
|
\
\
\
|
*
|
|
Simplify `passes/techmap/abc.cc` and remove superfluous `RTLIL::SigSpec` cons...
Alberto Gonzalez
2020-04-14
1
-132
/
+49
|
*
|
|
Clean up pseudo-private member usage and simplify `passes/techmap/abc.cc`.
Alberto Gonzalez
2020-04-05
1
-99
/
+163
*
|
|
|
Merge pull request #1888 from boqwxp/cleanup_scatter
whitequark
2020-04-17
1
-17
/
+11
|
\
\
\
\
|
*
|
|
|
Replace `std::map` with `dict`.
Alberto Gonzalez
2020-04-16
1
-2
/
+2
|
*
|
|
|
Replace pseudo-private member access to `connections_` in `passes/cmds/scatte...
Alberto Gonzalez
2020-04-16
1
-13
/
+10
|
*
|
|
|
Clean up `passes/cmds/scatter.cc`.
Alberto Gonzalez
2020-04-16
1
-10
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1882 from boqwxp/cleanup_rename
whitequark
2020-04-17
1
-119
/
+103
|
\
\
\
\
|
*
|
|
|
Use `dict` instead of `std::map`.
Alberto Gonzalez
2020-04-16
1
-9
/
+9
|
*
|
|
|
Revert to `stringf()` rather than stringstreams.
Alberto Gonzalez
2020-04-16
1
-12
/
+8
|
*
|
|
|
Clean up pseudo-private member usage in `passes/cmds/rename.cc`.
Alberto Gonzalez
2020-04-16
1
-119
/
+107
|
|
/
/
/
*
|
|
|
Merge pull request #1929 from YosysHQ/eddie/select_unset
whitequark
2020-04-16
4
-3
/
+43
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tests: add select -unset tests
Eddie Hung
2020-04-16
2
-0
/
+20
|
*
|
|
select: add select -unset option
Eddie Hung
2020-04-16
2
-3
/
+23
|
|
/
/
*
|
|
Merge pull request #1947 from whitequark/cxxrtl-usability
whitequark
2020-04-16
2
-10
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cxxrtl: make ROMs writable, document memory::operator[].
whitequark
2020-04-16
2
-4
/
+6
|
*
|
cxxrtl: fix misleading example, caution about race conditions.
whitequark
2020-04-16
1
-4
/
+13
|
*
|
cxxrtl: remove inaccurate comment. NFC.
whitequark
2020-04-16
1
-2
/
+0
*
|
|
Merge pull request #1928 from YosysHQ/eddie/design_delete
Eddie Hung
2020-04-16
4
-1
/
+40
|
\
\
\
|
*
|
|
tests: add design -delete tests
Eddie Hung
2020-04-16
2
-0
/
+18
|
*
|
|
kernel: add design -delete option
Eddie Hung
2020-04-16
2
-1
/
+22
*
|
|
|
Merge pull request #1896 from boqwxp/read_stdin_repl
whitequark
2020-04-16
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Use script-style heredoc syntax for REPL heredocs.
Alberto Gonzalez
2020-04-15
1
-7
/
+7
|
*
|
|
|
Allow reading file input from stdin, improving REPL experience.
Alberto Gonzalez
2020-04-15
1
-6
/
+7
*
|
|
|
|
Merge pull request #1797 from epfl-vlsc/firrtl_backend_fileinfo
Claire Wolf
2020-04-16
1
-29
/
+51
|
\
\
\
\
\
|
*
|
|
|
|
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
228
-7017
/
+9036
|
|
\
\
\
\
\
|
*
|
|
|
|
|
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
[next]