aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/json
diff options
context:
space:
mode:
authorLukasz Dalek <ldalek@antmicro.com>2020-05-18 21:01:16 +0200
committerKamil Rakoczy <krakoczy@antmicro.com>2020-06-26 15:35:56 +0200
commit7cb56f34b06de666935fbda315ce7c7bd45048b3 (patch)
tree2f5d565b0cbbc530dae7cb44c738a4217285e60c /frontends/json
parent0835a86e30fc2a934f5e6c96b28c90b59654ed92 (diff)
downloadyosys-7cb56f34b06de666935fbda315ce7c7bd45048b3.tar.gz
yosys-7cb56f34b06de666935fbda315ce7c7bd45048b3.tar.bz2
yosys-7cb56f34b06de666935fbda315ce7c7bd45048b3.zip
Fix integer signing grammar
This commit fixes signed/unsigned grammar in parameters as defined in SV LRM A2.2.1. Example of correct parameters: parameter integer signed i = 0; parameter integer unsigned i = 0; Example of incorrect parameters: parameter signed integer i = 0; parameter unsigned integer i = 0; Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
Diffstat (limited to 'frontends/json')
0 files changed, 0 insertions, 0 deletions