Skip to content

Commit

Permalink
[nfc] Typo in grammar: Should be circuit_component_reg, not condition…
Browse files Browse the repository at this point in the history
…al_reg. (#158)
  • Loading branch information
mmaloney-sf authored Dec 4, 2023
1 parent dcd6318 commit 6e1b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,7 @@ circuit_component_node = "node" , id , "=" , expr , [ info ] ;
circuit_component_wire = "wire" , id , ":" , type , [ info ] ;
circuit_component_inst = "inst" , id , "of" , id , [ info ] ;
conditional_reg =
circuit_component_reg =
"reg" , id , ":" , type , expr , [ info ]
| "regreset" , id , ":" , type , "," , expr , "," , expr , "," , expr , [info] ;
Expand Down

0 comments on commit 6e1b761

Please sign in to comment.