We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d0d49 commit 89b49d0Copy full SHA for 89b49d0
examples/memory.uir
@@ -3,7 +3,8 @@
3
%2:32 = input "wdata"
4
%3:5 = input "raddr"
5
%4:1 = input "ren"
6
-%5:_ = memory depth=#32 width=#32 {
+!123 = source "foo.py" (#0 #0) (#0 #0)
7
+%5:_ = memory depth=#32 width=#32 !123 {
8
init 00000000000000000000000000000000*30
9
write addr=%1:5 data=%2:32 mask=11111111111111111111111111111111 clk=%0
10
%5:32 = read addr=%3:5 clk=%0 en=%4 [rdfirst]
syntaxes/prjunnamed.tmLanguage.json
@@ -76,6 +76,7 @@
76
{"include": "#comment"},
77
{"include": "#decimal"},
78
{"include": "#ternary"},
79
+ {"include": "#metadata-ref"},
80
{"include": "#cell-ref"},
81
{"include": "#cell-ref-new"},
82
{"include": "#memory-keyword"}
0 commit comments