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
*
Merge pull request #591 from hzeller/virtual-override
Clifford Wolf
2018-08-15
170
-416
/
+414
|
\
|
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
170
-416
/
+414
*
|
Merge pull request #590 from hzeller/remaining-file-error
Clifford Wolf
2018-08-15
1
-15
/
+15
|
\
\
|
*
|
Fix remaining log_file_error(); emit dependent file references in new line.
Henner Zeller
2018-07-20
1
-15
/
+15
|
|
/
*
|
Merge pull request #576 from cr1901/no-resource
Clifford Wolf
2018-08-15
1
-9
/
+12
|
\
\
|
*
|
Gate POSIX-only signals and resource module to only run on POSIX Python imple...
William D. Jones
2018-07-06
1
-9
/
+12
*
|
|
Merge pull request #592 from japm48/master
Clifford Wolf
2018-08-15
2
-0
/
+4
|
\
\
\
|
*
|
|
fix basys3 example
japm48
2018-07-22
2
-0
/
+4
*
|
|
|
Merge pull request #513 from udif/pr_reg_wire_error
Clifford Wolf
2018-08-15
7
-4
/
+132
|
\
\
\
\
|
*
|
|
|
Modified errors into warnings
Udi Finkelstein
2018-06-05
5
-11
/
+79
|
*
|
|
|
reg_wire_error test needs the -sv flag so it is run via a script so it had to...
Udi Finkelstein
2018-06-05
2
-0
/
+1
|
*
|
|
|
This PR should be the base for discussion, do not merge it yet!
Udi Finkelstein
2018-03-11
6
-4
/
+63
*
|
|
|
|
Merge pull request #562 from udif/pr_fix_illegal_port_decl
Clifford Wolf
2018-08-15
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Detect illegal port declaration, e.g input/output/inout keyword must be the f...
Udi Finkelstein
2018-06-06
1
-3
/
+6
*
|
|
|
|
|
Fix use of signed integers in JSON back-end
Clifford Wolf
2018-08-14
1
-1
/
+3
*
|
|
|
|
|
Merge pull request #602 from litghost/add_eblif_extension
Clifford Wolf
2018-08-14
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Map .eblif extension as blif.
litghost
2018-08-13
1
-0
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Fixed use of char array for string in blifparse error handling
Clifford Wolf
2018-08-08
1
-5
/
+5
*
|
|
|
|
|
Merge pull request #596 from litghost/extend_blif_parser
Clifford Wolf
2018-08-08
1
-5
/
+35
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Report error reason on same line as syntax error.
litghost
2018-08-08
1
-6
/
+9
|
*
|
|
|
|
|
Use log_warning which does not immediately terminate.
litghost
2018-08-03
1
-3
/
+3
|
*
|
|
|
|
|
Add BLIF parsing support for .conn and .cname
litghost
2018-08-02
1
-3
/
+30
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #600 from jpathy/patch-1
Clifford Wolf
2018-08-06
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use `realpath`
jpathy
2018-08-06
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #599 from kbeckmann/kbeckmann/fix_readme_quotes
Clifford Wolf
2018-08-06
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
readme: Fix formatting of a keyword
Konrad Beckmann
2018-08-06
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Verific: Produce errors for instantiating unknown module
Clifford Wolf
2018-07-22
1
-0
/
+3
*
|
|
|
|
Add missing <deque> include (MSVC build fix)
Clifford Wolf
2018-07-22
1
-0
/
+1
*
|
|
|
|
Upodate ABC to git rev ae6716b
Clifford Wolf
2018-07-22
1
-1
/
+1
*
|
|
|
|
Add missing -lz to MXE build
Clifford Wolf
2018-07-22
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #586 from hzeller/more-sourcepos-logging
Clifford Wolf
2018-07-20
4
-137
/
+131
|
\
\
\
\
|
*
|
|
|
Convert more log_error() to log_file_error() where possible.
Henner Zeller
2018-07-20
4
-137
/
+131
|
/
/
/
/
*
|
|
|
Merge pull request #585 from hzeller/use-file-warning-error
Clifford Wolf
2018-07-20
3
-82
/
+79
|
\
\
\
\
|
*
|
|
|
Use log_file_warning(), log_file_error() functions.
Henner Zeller
2018-07-20
3
-82
/
+79
|
/
/
/
/
*
|
|
|
Merge pull request #584 from hzeller/provide-source-location-logging
Clifford Wolf
2018-07-20
3
-47
/
+47
|
\
\
\
\
|
*
|
|
|
Provide source-location logging.
Henner Zeller
2018-07-19
3
-47
/
+47
|
/
/
/
/
*
|
|
|
Add async2sync pass
Clifford Wolf
2018-07-19
2
-0
/
+148
*
|
|
|
Fix handling of eventually properties in verific importer
Clifford Wolf
2018-07-17
1
-2
/
+4
*
|
|
|
Fix verific -vlog-incdir and -vlog-libdir handling
Clifford Wolf
2018-07-16
1
-2
/
+13
*
|
|
|
Merge pull request #581 from daveshah1/ecp5
Clifford Wolf
2018-07-16
10
-3
/
+1200
|
\
\
\
\
|
*
|
|
|
ecp5: Fixing miscellaneous sim model issues
David Shah
2018-07-16
1
-2
/
+2
|
*
|
|
|
ecp5: Fixing 'X' issues with LUT simulation models
David Shah
2018-07-16
1
-6
/
+19
|
*
|
|
|
ecp5: ECP5 synthesis fixes
David Shah
2018-07-16
3
-15
/
+32
|
*
|
|
|
ecp5: Adding synchronous set/reset support
David Shah
2018-07-14
5
-24
/
+197
|
*
|
|
|
ecp5: Add DRAM match rule
David Shah
2018-07-13
1
-0
/
+4
|
*
|
|
|
ecp5: Cells and mappings fixes
David Shah
2018-07-13
2
-5
/
+5
|
*
|
|
|
ecp5: Fixing arith_map
David Shah
2018-07-13
1
-4
/
+5
|
*
|
|
|
ecp5: Initial arith_map implementation
David Shah
2018-07-13
3
-6
/
+80
|
*
|
|
|
ecp5: Adding basic synth_ecp5 based on synth_ice40
David Shah
2018-07-13
3
-7
/
+345
|
*
|
|
|
ecp5: Adding DFF maps
David Shah
2018-07-13
2
-1
/
+30
[next]