diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-10-19 05:12:20 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-10-21 08:03:38 +0200 |
commit | 1803f976121985c6e8e7506c9b959e8d2b5f718c (patch) | |
tree | c590acb9a797c28b01adc40cf5b00b5b017c799c /testsuite/gna/issue613/ent.vhdl | |
parent | f910e02797a83d0c5748768d20359a3d95569cc7 (diff) | |
download | ghdl-1803f976121985c6e8e7506c9b959e8d2b5f718c.tar.gz ghdl-1803f976121985c6e8e7506c9b959e8d2b5f718c.tar.bz2 ghdl-1803f976121985c6e8e7506c9b959e8d2b5f718c.zip |
Pass time-resolution to grt.
Use time-resolution for Put_Time.
Use time-resolution for --stop-time (Parse_Time).
Use time-resolution as VpiTimePrecision and for vcd.
TODO: ghw (but needs to update ghwlib and gtkwave)
Fix #672
Diffstat (limited to 'testsuite/gna/issue613/ent.vhdl')
-rw-r--r-- | testsuite/gna/issue613/ent.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue613/ent.vhdl b/testsuite/gna/issue613/ent.vhdl index 202a2b9d0..c912189eb 100644 --- a/testsuite/gna/issue613/ent.vhdl +++ b/testsuite/gna/issue613/ent.vhdl @@ -2,7 +2,7 @@ entity ent is end entity; architecture a of ent is - constant SimulationTime_c : time := 10000 sec; + constant SimulationTime_c : time := 10000 ms; begin process begin report "Hello world" severity note; |