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
...
*
quicklogic: ABC9 synthesis
Lofty
2021-04-17
12
-22
/
+97
*
sf2: fix name of AND modules
Stefan Riesenberger
2021-04-09
1
-3
/
+3
*
Merge pull request #2724 from whitequark/flatten-rewrite-memwr-memid
whitequark
2021-04-09
1
-0
/
+3
|
\
|
*
flatten: rewrite memid in memwr actions.
whitequark
2021-04-09
1
-0
/
+3
|
/
*
preproc: test coverage for #2712
Zachary Snow
2021-03-30
3
-0
/
+18
*
equiv: Suggest running async2sync or clk2fflogic where appropriate.
Marcelina Kościelnicka
2021-03-30
2
-3
/
+10
*
verilog: revise hot comment warnings
Zachary Snow
2021-03-30
1
-6
/
+21
*
abc9: uniquify blackboxes like whiteboxes (#2695)
Eddie Hung
2021-03-29
2
-11
/
+62
*
abc9: fix SCC issues (#2694)
Eddie Hung
2021-03-29
9
-45
/
+94
*
Bump version
Marcelina Kościelnicka
2021-03-30
1
-1
/
+1
*
preproc: Fix up conditional handling.
Marcelina Kościelnicka
2021-03-30
1
-3
/
+17
*
gha: trim macOS dependencies
Zachary Snow
2021-03-28
1
-3
/
+1
*
gha: combine jobs using matrix
Zachary Snow
2021-03-28
1
-43
/
+24
*
rtlil: add const accessors for modules, wires, and cells
Zachary Snow
2021-03-25
2
-0
/
+15
*
Merge pull request #2702 from modwizcode/patch-1
whitequark
2021-03-24
1
-0
/
+2
|
\
|
*
Clarify bugpoint documentation regarding output
Iris Johnson
2021-03-24
1
-0
/
+2
|
/
*
ast: make design available to process_module()
Zachary Snow
2021-03-24
1
-8
/
+8
*
rtlil: Fix process memwr roundtrip.
Marcelina Kościelnicka
2021-03-23
1
-1
/
+1
*
Merge pull request #2696 from nakengelhardt/guidelines
N. Engelhardt
2021-03-23
11
-318
/
+295
|
\
|
*
split CodingReadme into multiple files
N. Engelhardt
2021-03-22
11
-318
/
+295
*
|
quicklogic: Add .gitignore file for test outputs.
Marcelina Kościelnicka
2021-03-23
1
-0
/
+4
*
|
json: Improve the "processes in module" message a bit.
Marcelina Kościelnicka
2021-03-23
1
-1
/
+1
|
/
*
verilog: check entire user type stack for type definition
Xiretza
2021-03-21
2
-6
/
+22
*
sv: allow typenames as function return types
Zachary Snow
2021-03-19
3
-0
/
+46
*
Merge pull request #2681 from msinger/fix-issue2606
Miodrag Milanović
2021-03-19
1
-3
/
+23
|
\
|
*
Fix check for bad std::regex (fixes #2606)
Michael Singer
2021-03-17
1
-3
/
+23
*
|
verilog: rebuild user_type_stack from globals before parsing file
Xiretza
2021-03-18
1
-5
/
+21
*
|
Add simple CI using github actions.
Marcelina Kościelnicka
2021-03-18
1
-0
/
+87
*
|
modtools: fix use-after-free of cell pointers in ModWalker
Xiretza
2021-03-18
1
-0
/
+2
*
|
quicklogic: PolarPro 3 support
Lofty
2021-03-18
20
-0
/
+1033
*
|
ast: Use better parameter serialization for paramod names.
Marcelina Kościelnicka
2021-03-18
2
-5
/
+28
|
/
*
Blackbox all whiteboxes after synthesis
gatecat
2021-03-17
16
-9
/
+24
*
bugpoint: add runner option
Zachary Snow
2021-03-17
2
-6
/
+20
*
sv: carry over global typedefs from previous files
Zachary Snow
2021-03-17
3
-2
/
+65
*
verilog: fix buf/not primitives with multiple outputs
Xiretza
2021-03-17
2
-4
/
+30
*
blackbox: Include whiteboxed modules
gatecat
2021-03-17
4
-4
/
+19
*
Replace assert in get_reference with more useful error message
Lofty
2021-03-17
1
-1
/
+2
*
verilog: support module scope identifiers in parametric modules
Zachary Snow
2021-03-16
2
-4
/
+37
*
json: Add support for memories.
Marcelina Kościelnicka
2021-03-15
2
-0
/
+88
*
proc_arst: Add special-casing of clock signal in conditionals.
Marcelina Kościelnicka
2021-03-15
2
-23
/
+82
*
opt_clean: Remove init attribute bits together with removed DFFs.
Marcelina Kościelnicka
2021-03-15
2
-11
/
+24
*
rtlil: Disallow 0-width chunks in SigSpec.
Marcelina Kościelnicka
2021-03-15
2
-18
/
+63
*
Merge pull request #2658 from zachjs/parameters-across-files
whitequark
2021-03-14
3
-1
/
+21
|
\
|
*
sv: allow globals in one file to depend on globals in another
Zachary Snow
2021-03-12
3
-1
/
+21
|
/
*
Merge pull request #2653 from zachjs/global-parameter
whitequark
2021-03-12
2
-0
/
+18
|
\
|
*
verilog: disallow overriding global parameters
Zachary Snow
2021-03-11
2
-0
/
+18
*
|
Merge pull request #2642 from whitequark/cxxrtl-noproc-fixes
whitequark
2021-03-11
1
-17
/
+29
|
\
\
|
*
|
cxxrtl: don't assert on edge sync rules tied to a constant.
whitequark
2021-03-07
1
-0
/
+4
|
*
|
cxxrtl: allow `always` sync rules in debug_eval.
whitequark
2021-03-07
1
-17
/
+25
*
|
|
Add _pm.h files to GENLIST, fixes vcxsrc target
Miodrag Milanovic
2021-03-11
1
-0
/
+9
|
|
/
|
/
|
[prev]
[next]