File tree
3 files changed
+10
-2
lines changed- .github/workflows
- third_party/tools
- tools
3 files changed
+10
-2
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
- .github/build-circt.sh+12
- .github/build-llvm.sh+17
- .github/workflows/ci.yml+88-36
- .gitmodules+3
- CHANGELOG.md+11
- Cargo.toml+1
- README.md+53-1
- circt+1
- scripts/test.py+2-1
- src/bin/moore.rs+148-13
- src/circt-sys/Cargo.toml+12
- src/circt-sys/build.rs+130
- src/circt-sys/src/lib.rs+31
- src/circt-sys/wrapper.cpp+32
- src/circt-sys/wrapper.h+50
- src/circt/Cargo.toml+9
- src/circt/src/builtin.rs+24
- src/circt/src/comb.rs+134
- src/circt/src/hw.rs+205
- src/circt/src/lib.rs+118
- src/circt/src/llhd.rs+569
- src/circt/src/mlir/attr.rs+84
- src/circt/src/mlir/builder.rs+113
- src/circt/src/mlir/context.rs+51
- src/circt/src/mlir/loc.rs+38
- src/circt/src/mlir/mod.rs+295
- src/circt/src/mlir/ty.rs+110
- src/circt/src/mlir/value.rs+46
- src/circt/src/seq.rs+7
- src/circt/src/std.rs+42
- src/common/Cargo.toml+1
- src/common/name.rs+6
- src/common/source.rs+44-36
- src/svlog/Cargo.toml+1
- src/svlog/codegen.rs+1.1k-439
- src/svlog/mir/lower/rvalue.rs+13-1
- src/svlog/mir/rvalue.rs+11-1
- src/svlog/mir/visit.rs+1
- src/svlog/typeck.rs+6
- src/svlog/value.rs+11
- src/vhdl/score/lower_hir.rs+1-4
- src/vhdl/typeck.rs-1
- test/lit.cfg.py+27
- test/mlir/assign_concat.sv
- test/mlir/assign_nested_concat.sv
- test/mlir/assign_simplify_index.sv
- test/mlir/debug-info.sv+7
- test/mlir/iss193_nonconst_pow.sv
- test/mlir/iss194_range_offset.sv
- test/mlir/param_values.sv
- test/mlir/port_assign.sv
- test/mlir/svlog-codegen.sv+412
- test/mlir/wire_initial_expr.sv+7
- test/svlog/exprs/time.sv+6
- test/svlog/regr/iss199_modport.sv+3-3
- test/svlog/regr/wire_initial_expr.sv-8
- test/svlog/typeck/types.sv-1
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 |
| |
116 | 122 |
| |
117 | 123 |
| |
|
0 commit comments