index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ast
/
ast.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix dumpAst() compilation warning
Zachary Snow
2022-01-18
1
-1
/
+1
*
verilog: use derived module info to elaborate cell connections
Zachary Snow
2021-10-25
1
-14
/
+55
*
Split out logic for reprocessing an AstModule
Rupert Swarbrick
2021-10-25
1
-23
/
+44
*
Generate an RTLIL representation of bind constructs
Rupert Swarbrick
2021-08-13
1
-0
/
+5
*
verilog: Emit $meminit_v2 cell.
Marcelina Kościelnicka
2021-07-28
1
-1
/
+3
*
Add support for parsing the SystemVerilog 'bind' construct
Rupert Swarbrick
2021-07-16
1
-0
/
+1
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
1
-1
/
+1
*
sv: support tasks and functions within packages
Zachary Snow
2021-06-01
1
-0
/
+20
*
Change the type of current_module to Module
Rupert Swarbrick
2021-05-13
1
-23
/
+25
*
Use range-based for loop in AST::process
Rupert Swarbrick
2021-05-13
1
-21
/
+21
*
ast: make design available to process_module()
Zachary Snow
2021-03-24
1
-8
/
+8
*
ast: Use better parameter serialization for paramod names.
Marcelina Kościelnicka
2021-03-18
1
-2
/
+25
*
sv: allow globals in one file to depend on globals in another
Zachary Snow
2021-03-12
1
-1
/
+0
*
verilog: disallow overriding global parameters
Zachary Snow
2021-03-11
1
-0
/
+2
*
Merge pull request #2643 from zachjs/fix-param-no-default-log
whitequark
2021-03-08
1
-1
/
+1
|
\
|
*
Fix param without default log line
Zachary Snow
2021-03-07
1
-1
/
+1
*
|
verilog: Use proc memory writes in the frontend.
Marcelina Kościelnicka
2021-03-08
1
-0
/
+2
|
/
*
Merge pull request #2626 from zachjs/param-no-default
whitequark
2021-03-07
1
-2
/
+27
|
\
|
*
sv: support for parameters without default values
Zachary Snow
2021-03-02
1
-2
/
+27
*
|
sv: fix some edge cases for unbased unsized literals
Zachary Snow
2021-03-06
1
-0
/
+2
|
/
*
frontend: Make helper functions for printing locations.
Marcelina Kościelnicka
2021-02-23
1
-8
/
+16
*
ast: fix dump_vlog display of casex/casez
Marcelina Kościelnicka
2021-01-29
1
-2
/
+2
*
Return correct modname when found in cache.
Julius Roob
2020-11-26
1
-0
/
+1
*
Added $high(), $low(), $left(), $right()
Udi Finkelstein
2020-09-15
1
-0
/
+6
*
static cast: support changing size and signedness
Kazuki Sakamoto
2020-06-19
1
-0
/
+1
*
Generalise structs and add support for packed unions.
Peter Crozier
2020-05-12
1
-0
/
+1
*
Implement SV structs.
Peter Crozier
2020-05-08
1
-0
/
+2
*
Add AST_SELFSZ and improve handling of bit slices
Claire Wolf
2020-05-02
1
-0
/
+2
*
Add "nowrshmsk" attribute, fix shift-and-mask bit slice write for signed offs...
Claire Wolf
2020-05-02
1
-0
/
+4
*
Clear current_scope when done with RTLIL generation, fixes #1837
Claire Wolf
2020-04-22
1
-0
/
+4
*
ilang, ast: Store parameter order and default value information.
Marcelina Kościelnicka
2020-04-21
1
-2
/
+0
*
Merge pull request #1851 from YosysHQ/claire/bitselwrite
Claire Wolf
2020-04-21
1
-0
/
+5
|
\
|
*
Add LookaheadRewriter for proper bitselwrite support
Claire Wolf
2020-04-16
1
-0
/
+5
*
|
ast, rpc: record original name of $paramod\* as \hdlname attribute.
whitequark
2020-04-18
1
-0
/
+3
*
|
ast: Fix handling of identifiers in the global scope
David Shah
2020-04-16
1
-0
/
+2
|
/
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
1
-34
/
+34
*
kernel: use more ID::*
Eddie Hung
2020-04-02
1
-6
/
+6
*
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
1
-33
/
+39
|
\
|
*
kernel: more pass by const ref, more speedups
Eddie Hung
2020-03-18
1
-33
/
+39
*
|
Merge pull request #1783 from boqwxp/astcc_cleanup
Eddie Hung
2020-03-30
1
-13
/
+20
|
\
\
|
*
|
Add explanatory comment about inefficient wire removal and remove superfluous...
Alberto Gonzalez
2020-03-30
1
-4
/
+8
|
*
|
Revert over-aggressive change to a more modest cleanup.
Alberto Gonzalez
2020-03-27
1
-2
/
+3
|
*
|
Clean up pseudo-private member usage in `frontends/ast/ast.cc`.
Alberto Gonzalez
2020-03-19
1
-11
/
+13
|
|
/
*
/
Simplify was not being called for packages. Broke typedef enums.
Peter Crozier
2020-03-22
1
-5
/
+8
|
/
*
Merge pull request #1718 from boqwxp/precise_locations
Claire Wolf
2020-03-03
1
-32
/
+14
|
\
|
*
Closes #1717. Add more precise Verilog source location information to AST and...
Alberto Gonzalez
2020-02-23
1
-32
/
+14
*
|
ast: quiet down when deriving blackbox modules
Eddie Hung
2020-02-27
1
-11
/
+19
|
/
*
add attributes for enumerated values in ilang
Jeff Wang
2020-02-17
1
-0
/
+1
*
partial rebase of PeterCrozier's enum work onto current master
Jeff Wang
2020-01-16
1
-3
/
+20
*
Use "(id)" instead of "id" for types as temporary hack
Clifford Wolf
2019-10-14
1
-0
/
+3
|
\
[next]