index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
cmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up `passes/cmds/stat.cc`.
Alberto Gonzalez
2020-04-06
1
-26
/
+20
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
13
-134
/
+134
*
kernel: use more ID::*
Eddie Hung
2020-04-02
6
-23
/
+23
*
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
1
-1
/
+1
|
\
|
*
kernel: more pass by const ref, more speedups
Eddie Hung
2020-03-18
1
-1
/
+1
*
|
Merge pull request #1832 from boqwxp/cleanup_passes_cmds_design
Eddie Hung
2020-03-30
1
-31
/
+33
|
\
\
|
*
|
Replace `RTLIL::id2cstr()` with `log_id()`.
Alberto Gonzalez
2020-03-30
1
-1
/
+1
|
*
|
Clean up pseudo-private member usage in `passes/cmds/design.cc`.
Alberto Gonzalez
2020-03-28
1
-31
/
+33
*
|
|
Merge pull request #1778 from rswarbrick/sv-defines
N. Engelhardt
2020-03-30
1
-1
/
+2
|
\
\
\
|
*
|
|
Add support for SystemVerilog-style `define to Verilog frontend
Rupert Swarbrick
2020-03-27
1
-1
/
+2
|
|
/
/
*
|
|
Explicit include of csignal
Miodrag Milanovic
2020-03-28
1
-0
/
+1
*
|
|
windows - there are no stopping signals
Miodrag Milanovic
2020-03-28
1
-0
/
+1
|
/
/
*
|
Merge pull request #1763 from boqwxp/issue1762
N. Engelhardt
2020-03-23
2
-12
/
+53
|
\
\
|
*
|
Do not warn on empty selection with prefixed `arg_memb`.
Alberto Gonzalez
2020-03-23
1
-1
/
+2
|
*
|
Suppress warnings for empty `select` arguments when `-count` or `-assert-*` o...
Alberto Gonzalez
2020-03-23
1
-4
/
+5
|
*
|
Warn on empty selection for `add` command.
Alberto Gonzalez
2020-03-23
2
-6
/
+40
|
*
|
Add N:* to select language, fix some old code
Claire Wolf
2020-03-17
1
-4
/
+9
*
|
|
Merge pull request #1774 from boqwxp/exec
N. Engelhardt
2020-03-19
2
-0
/
+204
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update copyright and license header.
Alberto Gonzalez
2020-03-18
1
-1
/
+1
|
*
|
Clean up `exec` code according to review.
Alberto Gonzalez
2020-03-18
1
-5
/
+18
|
*
|
Allow specifying multiple regexes to match in `exec` command output, and also...
Alberto Gonzalez
2020-03-16
1
-33
/
+67
|
*
|
Add `exec` command to run shell commands.
Alberto Gonzalez
2020-03-16
2
-0
/
+157
*
|
|
Merge pull request #1769 from boqwxp/select_cleanup
Eddie Hung
2020-03-17
1
-162
/
+157
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Further clean up `passes/cmds/select.cc`.
Alberto Gonzalez
2020-03-16
1
-11
/
+9
|
*
|
Cleanup code style and pseudo-private member usage in `passes/cmds/select.cc`.
Alberto Gonzalez
2020-03-16
1
-162
/
+159
|
|
/
*
|
Add YS_ prefix to macros, add explanation and apply to older version as well
Miodrag Milanovic
2020-03-13
1
-10
/
+10
*
|
Use boost xpressive for gcc 4.8
Miodrag Milanovic
2020-03-13
1
-28
/
+10
|
/
*
Merge pull request #1751 from boqwxp/add_assert
N. Engelhardt
2020-03-12
1
-1
/
+57
|
\
|
*
Extend `add` command to allow adding cells for verification like $assert, $as...
Alberto Gonzalez
2020-03-10
1
-1
/
+57
*
|
Clean up passes/cmds/add.cc code style.
Alberto Gonzalez
2020-03-10
1
-20
/
+17
|
/
*
Merge pull request #1705 from YosysHQ/logger_pass
Miodrag Milanović
2020-02-26
2
-0
/
+202
|
\
|
*
Fix line endings
Miodrag Milanovic
2020-02-23
1
-10
/
+10
|
*
Update explanation for expect-no-warnings
Miodrag Milanovic
2020-02-22
1
-1
/
+1
|
*
Check other regex parameters
Miodrag Milanovic
2020-02-22
1
-15
/
+30
|
*
check for regex errors
Miodrag Milanovic
2020-02-20
1
-16
/
+20
|
*
Option to expect no warnings
Miodrag Milanovic
2020-02-17
1
-0
/
+7
|
*
Add expect option to logger command
Miodrag Milanovic
2020-02-14
1
-1
/
+35
|
*
Add new logger pass
Miodrag Milanovic
2020-02-13
2
-0
/
+142
*
|
show: Add -nobg argument.
Tim 'mithro' Ansell
2020-02-15
1
-6
/
+13
|
/
*
redirect fuser stderr to /dev/null
Pepijn de Vos
2020-01-28
1
-1
/
+1
*
autoname: do not autoname ports
Eddie Hung
2020-01-14
1
-1
/
+1
*
Add RTLIL::constpad, init by yosys_setup(); use for abc9
Eddie Hung
2020-01-08
1
-7
/
+18
*
scc to use design->selected_modules() which avoids black/white-boxes
Eddie Hung
2020-01-07
1
-26
/
+25
*
use extra_args
N. Engelhardt
2019-12-18
1
-1
/
+1
*
add assert option to scratchpad command
N. Engelhardt
2019-12-16
1
-5
/
+44
*
add periods and newlines to help message
N. Engelhardt
2019-12-13
1
-5
/
+5
*
add test and make help message more verbose
N. Engelhardt
2019-12-12
1
-1
/
+6
*
add a command to read/modify scratchpad contents
N. Engelhardt
2019-12-12
2
-0
/
+87
*
Add "autoname" pass and use it in "synth_ice40"
Clifford Wolf
2019-11-13
2
-0
/
+135
*
Add "check -allow-tbuf"
Clifford Wolf
2019-10-03
1
-8
/
+22
[next]