diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-19 00:18:04 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-19 15:25:07 +0200 |
commit | 5764b4a86c3389ed0388c9382a112640a04dc0b0 (patch) | |
tree | dcc2db03a994871fcab4f6028dcd70d47e00a49c /testsuite/pyunit/SimpleEntity.vhdl | |
parent | a81f2f777e30dadc775380a362c7fe38280a5234 (diff) | |
download | ghdl-5764b4a86c3389ed0388c9382a112640a04dc0b0.tar.gz ghdl-5764b4a86c3389ed0388c9382a112640a04dc0b0.tar.bz2 ghdl-5764b4a86c3389ed0388c9382a112640a04dc0b0.zip |
pyGHDL: handle c_double
Diffstat (limited to 'testsuite/pyunit/SimpleEntity.vhdl')
-rw-r--r-- | testsuite/pyunit/SimpleEntity.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/SimpleEntity.vhdl b/testsuite/pyunit/SimpleEntity.vhdl index 12068c06d..2a076d124 100644 --- a/testsuite/pyunit/SimpleEntity.vhdl +++ b/testsuite/pyunit/SimpleEntity.vhdl @@ -4,7 +4,7 @@ use ieee.numeric_std.all; entity entity_1 is generic ( - FREQ : real := 100.0; + FREQ : real := -25.7; BITS : positive := 8 ); port ( |