index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add WASI platform support.
whitequark
2020-04-30
4
-10
/
+40
*
Merge pull request #1992 from YosysHQ/eddie/bugpoint_help
Eddie Hung
2020-04-27
1
-0
/
+1
|
\
|
*
bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cells
Eddie Hung
2020-04-24
1
-0
/
+1
*
|
verific: do not assert if wire not found; warn instead
Eddie Hung
2020-04-23
1
-0
/
+1
|
/
*
kernel: Cell::getParam() to throw exception again if not found
Eddie Hung
2020-04-22
1
-3
/
+2
*
Merge pull request #1969 from boqwxp/pool_emplace
Eddie Hung
2020-04-22
1
-2
/
+32
|
\
|
*
pool: add emplace() function
Eddie Hung
2020-04-22
1
-0
/
+6
|
*
kernel: Rename arguments to rvalue-reference-accepting functions.
Alberto Gonzalez
2020-04-21
1
-8
/
+8
|
*
Add rvalue-reference-accepting `entry_t` constructor for `pool`.
Alberto Gonzalez
2020-04-20
1
-0
/
+1
|
*
In `pool`, construct `entry_t`s in-place and add an rvalue-accepting-and-forw...
Alberto Gonzalez
2020-04-20
1
-2
/
+25
*
|
Use default parameter value in getParam
Marcelina Kościelnicka
2020-04-21
1
-1
/
+10
*
|
ilang, ast: Store parameter order and default value information.
Marcelina Kościelnicka
2020-04-21
2
-2
/
+4
*
|
idict: Make iterator go forward.
Marcelina Kościelnicka
2020-04-21
1
-5
/
+19
|
/
*
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 #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 #1927 from YosysHQ/eddie/design_remove_assert
Eddie Hung
2020-04-16
1
-0
/
+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 #1894 from YosysHQ/mingw_fix
Miodrag Milanović
2020-04-15
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix compile for mingw
Miodrag Milanovic
2020-04-15
1
-0
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1916 from YosysHQ/eddie/kernel_makeblackbox
Eddie Hung
2020-04-15
1
-0
/
+2
|
\
\
\
|
*
|
|
kernel: Module::makeblackbox() to clear connections too
Eddie Hung
2020-04-13
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1830 from boqwxp/qbfsat
N. Engelhardt
2020-04-15
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Hole value recovery and specialization implementation for `qbfsat` command.
Alberto Gonzalez
2020-04-04
1
-0
/
+7
*
|
|
Support custom PROGRAM_PREFIX
Miodrag Milanovic
2020-04-10
2
-1
/
+11
|
|
/
|
/
|
*
|
Merge pull request #1562 from whitequark/write_cxxrtl
whitequark
2020-04-10
2
-0
/
+5
|
\
\
|
*
|
write_cxxrtl: new backend.
whitequark
2020-04-09
2
-0
/
+5
*
|
|
Merge pull request #1858 from YosysHQ/eddie/fix1856
Eddie Hung
2020-04-09
3
-3
/
+3
|
\
\
\
|
*
|
|
kernel: include "kernel/constids.inc" instead of "constids.inc"
Eddie Hung
2020-04-09
3
-3
/
+3
|
|
/
/
*
/
/
[NFCI] Deduplicate builtin FF cell types list
Marcelina Kościelnicka
2020-04-09
2
-0
/
+49
|
/
/
*
|
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
10
-679
/
+822
*
|
kernel: IdString::in(const IdString &) as per @Tjoppen
Eddie Hung
2020-04-02
1
-1
/
+1
*
|
kernel: fix formatting (thanks @boqwxp)
Eddie Hung
2020-04-02
1
-6
/
+4
*
|
kernel: use C++11 fold hack to prevent recursion
Eddie Hung
2020-04-02
1
-3
/
+8
*
|
Revert "kernel: IdString:in() to use perfect forwarding"
Eddie Hung
2020-04-02
1
-2
/
+2
*
|
kernel: separate IdString::put_reference() out to help inlining
Eddie Hung
2020-04-02
1
-1
/
+4
*
|
kernel: IdString:in() to use perfect forwarding
Eddie Hung
2020-04-02
1
-2
/
+2
*
|
kernel: Use constids.inc for global/constant IdStrings
Eddie Hung
2020-04-02
4
-17
/
+37
*
|
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
4
-505
/
+477
|
\
\
|
*
|
kernel: pass-by-value into Design::scratchpad_set_string() too
Eddie Hung
2020-03-27
2
-3
/
+3
|
*
|
kernel: const Wire* overload -> Wire* !!!
Eddie Hung
2020-03-26
1
-1
/
+1
|
*
|
kernel: Cell::set{Port,Param}() to pass by value, but use std::move
Eddie Hung
2020-03-26
2
-7
/
+7
|
*
|
kernel: SigSpec copies to not trigger pack()
Eddie Hung
2020-03-18
2
-34
/
+5
|
*
|
kernel: more pass by const ref, more speedups
Eddie Hung
2020-03-18
3
-361
/
+355
|
*
|
kernel: speedup
Eddie Hung
2020-03-18
1
-30
/
+23
[next]