3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests
Catherine b74d33d1b8 fmt: rename TIME to VLOG_TIME.
The behavior of these format specifiers is highly specific to Verilog
(`$time` and `$realtime` are only defined relative to `$timescale`)
and may not fit other languages well, if at all. If they choose to use
it, it is now clear what they are opting into.

This commit also simplifies the CXXRTL code generation for these format
specifiers.
2024-01-19 15:12:05 +00:00
..
aiger tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
arch Merge pull request #3887 from kivikakk/env-bash 2023-12-18 16:33:35 +01:00
asicworld tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
bind Add support for parsing the SystemVerilog 'bind' construct 2021-07-16 09:31:39 -04:00
blif tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
bram tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
cxxrtl cxxrtl: Mask bmux result appropriately 2023-12-14 06:57:28 +00:00
errors Rename the generic "Syntax error" message from the Verilog/SystemVerilog parser into unique, 2018-10-25 02:37:56 +03:00
fmt fmt: rename TIME to VLOG_TIME. 2024-01-19 15:12:05 +00:00
fsm tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
hana tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
liberty tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
lut tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
memfile tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
memlib Merge pull request #3887 from kivikakk/env-bash 2023-12-18 16:33:35 +01:00
memories tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
opt tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
opt_share tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
proc tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
realmath tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
rpc tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
sat Proper example code 2022-03-14 15:39:11 +01:00
select tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
share tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
sim Replace GNU specific invocation of basename(1) with the equivalent 2022-10-23 11:02:18 +13:00
simple Add test for rhs sign extension in array slice assignment 2024-01-10 21:15:00 +01:00
simple_abc9 tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
smv tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
sva Merge pull request #3887 from kivikakk/env-bash 2023-12-18 16:33:35 +01:00
svinterfaces tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
svtypes Correct hierarchical path names for structs and unions 2024-01-04 17:22:07 +01:00
techmap Merge pull request #3887 from kivikakk/env-bash 2023-12-18 16:33:35 +01:00
tools support file locations containing spaces 2022-08-08 20:30:50 +02:00
unit Build hotfix in tests/unit/Makefile 2016-12-11 10:58:49 +01:00
various Add torture test for (* nowrshmsk *) stride optimization 2024-01-10 20:28:36 +01:00
verific Fix verific clocking when no driver exist 2024-01-18 08:47:04 +01:00
verilog Include x bits in test of lhs dynamic part-select 2024-01-10 20:28:36 +01:00
vloghtb tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
xprop tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
gen-tests-makefile.sh Out of bounds checking for struct/union members 2023-02-19 23:25:08 +01:00