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
*
qbfsat: Fix illegal use of 'stdout' identifier
David Shah
2020-04-17
1
-3
/
+3
*
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
|
*
|
|
|
|
|
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
*
|
|
|
|
|
|
ecp5: Force SIGNED ports to be 1 bit
David Shah
2020-04-16
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #1927 from YosysHQ/eddie/design_remove_assert
Eddie Hung
2020-04-16
2
-1
/
+2
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
design: do not delete when iterating over Design::modules() directly
Eddie Hung
2020-04-14
1
-1
/
+1
|
*
|
|
|
|
|
kernel: Design::remove(RTLIL::Module *) to check refcount_modules_
Eddie Hung
2020-04-14
1
-0
/
+1
*
|
|
|
|
|
|
Merge pull request #1915 from boqwxp/dict_move_semantics
whitequark
2020-04-16
1
-4
/
+68
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Rename overloaded `insert()` to `emplace()` and add overloaded versions for a...
Alberto Gonzalez
2020-04-16
1
-1
/
+31
|
*
|
|
|
|
|
|
Add `dict` support for rvalue references and C++11 move semantics.
Alberto Gonzalez
2020-04-13
1
-4
/
+38
*
|
|
|
|
|
|
|
Merge pull request #1900 from Xiretza/suppress-makefile-echo
whitequark
2020-04-16
1
-0
/
+3
|
\
\
\
\
\
\
\
\
[next]