projects
/
yosys.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
yosys.git
2020-04-21
Marcelina Kościelnicka
ilang, ast: Store parameter order and default value...
commit
|
commitdiff
|
tree
2020-04-21
Marcelina Kościelnicka
idict: Make iterator go forward.
commit
|
commitdiff
|
tree
2020-04-21
Claire Wolf
Merge pull request #1971 from YosysHQ/claire/edifkeep
commit
|
commitdiff
|
tree
2020-04-21
Claire Wolf
Merge pull request #1851 from YosysHQ/claire/bitselwrite
commit
|
commitdiff
|
tree
2020-04-21
Claire Wolf
Improve net priorities in EDIF back-end
commit
|
commitdiff
|
tree
2020-04-21
whitequark
Merge pull request #1961 from whitequark/paramod-origin...
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
tests: remove write_ilang
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
Merge pull request #1975 from dh73/claire/bitselwrite
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
Remove '-ignore_unknown_cells' option from 'sat'
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
Simplify test case script
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
Remove ununsed files
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
Merge pull request #1972 from YosysHQ/eddie/bug1970
commit
|
commitdiff
|
tree
2020-04-20
diego
Modifications of tests as per Eddie's request
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
abc9: -prep_lut to be more robust
commit
|
commitdiff
|
tree
2020-04-20
Eddie Hung
abc9: add testcase reduced from #1970
commit
|
commitdiff
|
tree
2020-04-20
Claire Wolf
Ignore conflicting keep attributes, unless asked not...
commit
|
commitdiff
|
tree
2020-04-20
Claire Wolf
Merge pull request #1964 from YosysHQ/claire/sformatf
commit
|
commitdiff
|
tree
2020-04-19
whitequark
Merge pull request #1967 from whitequark/cxxrtl-blackbo...
commit
|
commitdiff
|
tree
2020-04-19
whitequark
cxxrtl: provide attributes to black box factories,...
commit
|
commitdiff
|
tree
2020-04-18
Claire Wolf
Extend support for format strings in Verilog front-end
commit
|
commitdiff
|
tree
2020-04-18
whitequark
Merge pull request #1963 from whitequark/cxxrtl-blackboxes
commit
|
commitdiff
|
tree
2020-04-18
whitequark
cxxrtl: add templated black box support.
commit
|
commitdiff
|
tree
2020-04-18
whitequark
cxxrtl: make eval() and commit() inline in blackboxes.
commit
|
commitdiff
|
tree
2020-04-18
whitequark
cxxrtl: add simple black box support.
commit
|
commitdiff
|
tree
2020-04-18
whitequark
cxxrtl: use ID::X instead of ID(X). NFC.
commit
|
commitdiff
|
tree
2020-04-18
whitequark
ast, rpc: record original name of $paramod\* as \hdlnam...
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1955 from whitequark/cxxrtl-sync_always
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1952 from boqwxp/add_edge_location
commit
|
commitdiff
|
tree
2020-04-17
diego
Wrong fixed value
commit
|
commitdiff
|
tree
2020-04-17
whitequark
cxxrtl: correctly handle `sync always` rules.
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1954 from YosysHQ/dave/fix-stdout...
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1951 from whitequark/rtlil-string_a...
commit
|
commitdiff
|
tree
2020-04-17
David Shah
qbfsat: Fix illegal use of 'stdout' identifier
commit
|
commitdiff
|
tree
2020-04-17
Alberto Gonzalez
Set Verilog source location for explicit blocks (`begin...
commit
|
commitdiff
|
tree
2020-04-17
Alberto Gonzalez
Add Verilog source location information to `AST_POSEDGE...
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1898 from boqwxp/locations
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1864 from boqwxp/cleanup_techmap_abc
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1888 from boqwxp/cleanup_scatter
commit
|
commitdiff
|
tree
2020-04-17
whitequark
Merge pull request #1882 from boqwxp/cleanup_rename
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1929 from YosysHQ/eddie/select_unset
commit
|
commitdiff
|
tree
2020-04-16
whitequark
rtlil: add AttrObject::has_attribute.
commit
|
commitdiff
|
tree
2020-04-16
whitequark
rtlil: add AttrObject::{get,set}_string_attribute.
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1947 from whitequark/cxxrtl-usability
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Add location information to `AST_CONSTANT` nodes.
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Use `dict` instead of `std::map`.
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Revert to `stringf()` rather than stringstreams.
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Clean up pseudo-private member usage in `passes/cmds...
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Replace `std::map` with `dict`.
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Replace pseudo-private member access to `connections_...
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Clean up `passes/cmds/scatter.cc`.
commit
|
commitdiff
|
tree
2020-04-16
diego
Adding tests for dynamic part select optimisation
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
tests: add select -unset tests
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
select: add select -unset option
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
Merge pull request #1928 from YosysHQ/eddie/design_delete
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1896 from boqwxp/read_stdin_repl
commit
|
commitdiff
|
tree
2020-04-16
Claire Wolf
Merge pull request #1797 from epfl-vlsc/firrtl_backend_...
commit
|
commitdiff
|
tree
2020-04-16
whitequark
cxxrtl: make ROMs writable, document memory::operator[].
commit
|
commitdiff
|
tree
2020-04-16
whitequark
cxxrtl: fix misleading example, caution about race...
commit
|
commitdiff
|
tree
2020-04-16
whitequark
cxxrtl: remove inaccurate comment. NFC.
commit
|
commitdiff
|
tree
2020-04-16
David Shah
ecp5: Force SIGNED ports to be 1 bit
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
Merge pull request #1927 from YosysHQ/eddie/design_remo...
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
tests: add design -delete tests
commit
|
commitdiff
|
tree
2020-04-16
Eddie Hung
kernel: add design -delete option
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1915 from boqwxp/dict_move_semantics
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1900 from Xiretza/suppress-makefile...
commit
|
commitdiff
|
tree
2020-04-16
whitequark
Merge pull request #1937 from hzeller/consexpr-opportunity
commit
|
commitdiff
|
tree
2020-04-16
David Shah
Merge pull request #1943 from YosysHQ/dave/fix-1919
commit
|
commitdiff
|
tree
2020-04-16
Claire Wolf
Make mask-and-shift the default for bitselwrite
commit
|
commitdiff
|
tree
2020-04-16
Claire Wolf
Add LookaheadRewriter for proper bitselwrite support
commit
|
commitdiff
|
tree
2020-04-16
Marcelina Kościelnicka
opt_expr: Fix X and CO outputs for $alu identity-mappin...
commit
|
commitdiff
|
tree
2020-04-16
David Shah
ast: Fix handling of identifiers in the global scope
commit
|
commitdiff
|
tree
2020-04-16
Alberto Gonzalez
Rename overloaded `insert()` to `emplace()` and add...
commit
|
commitdiff
|
tree
2020-04-15
Alberto Gonzalez
Use script-style heredoc syntax for REPL heredocs.
commit
|
commitdiff
|
tree
2020-04-15
Alberto Gonzalez
Allow reading file input from stdin, improving REPL...
commit
|
commitdiff
|
tree
2020-04-15
Claire Wolf
Improved rewrite code for writing to bit slice (disable...
commit
|
commitdiff
|
tree
2020-04-15
Miodrag Milanović
Merge pull request #1894 from YosysHQ/mingw_fix
commit
|
commitdiff
|
tree
2020-04-15
Eddie Hung
Merge pull request #1916 from YosysHQ/eddie/kernel_make...
commit
|
commitdiff
|
tree
2020-04-15
Eddie Hung
Merge pull request #1933 from YosysHQ/eddie/zinit_more
commit
|
commitdiff
|
tree
2020-04-15
N. Engelhardt
Merge pull request #1830 from boqwxp/qbfsat
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
Fix the truth table for $_SR_* cells.
commit
|
commitdiff
|
tree
2020-04-15
David Shah
Merge pull request #1897 from YosysHQ/dave/bram-rejecti...
commit
|
commitdiff
|
tree
2020-04-15
Miodrag Milanovic
Fix compile for mingw
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
Get rid of dffsr2dff.
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
opt_clean: Add missing assignments to opt.did_something.
commit
|
commitdiff
|
tree
2020-04-15
whitequark
Merge pull request #1918 from whitequark/simplify-impro...
commit
|
commitdiff
|
tree
2020-04-15
Dan Ravensloft
synth_intel_alm: VQM support
commit
|
commitdiff
|
tree
2020-04-15
whitequark
ast/simplify: improve enum handling.
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
setundef: Improve error messages.
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
json: Update format documentation.
commit
|
commitdiff
|
tree
2020-04-15
Claire Wolf
Merge pull request #1930 from YosysHQ/claire/fix1876
commit
|
commitdiff
|
tree
2020-04-15
Dan Ravensloft
synth_intel_alm: alternative synthesis for Intel FPGAs
commit
|
commitdiff
|
tree
2020-04-15
Marcelina Kościelnicka
abc9_ops: Add a check ensuring that connected port...
commit
|
commitdiff
|
tree
2020-04-15
whitequark
Merge pull request #1932 from YosysHQ/dave/cxxrtl-unclo...
commit
|
commitdiff
|
tree
2020-04-14
Henner Zeller
Use static constexpr instead of static const where...
commit
|
commitdiff
|
tree
2020-04-14
Eddie Hung
tests: zinit for new types
commit
|
commitdiff
|
tree
2020-04-14
Eddie Hung
zinit: handle $__DFFS?E?_[NP][NP][01] too
commit
|
commitdiff
|
tree
2020-04-14
Marcelina Kościelnicka
opt_expr: Add more $alu optimizations.
commit
|
commitdiff
|
tree
2020-04-14
David Shah
cxxrtl: Fix handling of unclocked memory read ports
commit
|
commitdiff
|
tree
2020-04-14
Eddie Hung
tests: add testcases from #1876
commit
|
commitdiff
|
tree
2020-04-14
Claire Wolf
Fix 5bba9c3, closes #1876
commit
|
commitdiff
|
tree
next