core: Implement comparison operators for unsigned types
standalone: Add output_bool in demo library
derppening
created branch enhance/add-output-bool-to-demo-lib in M-Labs/nac3
2023-10-05 12:23:44 +08:00
Meta changes from Issue 233
Meta changes from Issue 233
What do any of these have to do with #233?
They are just "meta changes", changes that I made while trying to fix #233. Is there a better way to name these cleanup PRs?
Meta changes from Issue 233
90c995e1a5
core: Implement comparison operators for unsigned types
35aa055693
standalone: Add output_bool in demo library
e31f1c3f8e
core: Implement comparison operators for unsigned types
f862892daa
standalone: Add output_bool in demo library
Demote dead code into a stdout warning
v4: Merged run_demo_lli.sh
with run_demo.sh
, changed to --out
flag.
f34c6053d6
standalone: Add flags to control demo output options
e8a5f0dfef
standalone: Fix parsing NAC3 args in check_demo.sh
7140901261
standalone: Fix missing libraries when linking
2a775d822e
core: Demote dead code into a stdout warning
Demote dead code into a stdout warning
v3: Reverted redundant changes in v2, fixed two script issues.
f2cb171982
standalone: Add flags to control demo output options
d2a0c777fd
standalone: Fix parsing NAC3 args in check_demo.sh
9bcafdfeac
standalone: Fix missing libraries when linking
"with parallel" breakage
I am trying to port the test case to min_artiq.py
, and I don't know how to port this specific statement:
@nac3
class TTLInOut:
// ...
def __init__(self, dmgr, channel,…
WIP: artiq: Update host exception list to match possibly thrown types
Demote dead code into a stdout warning
The need for suppressing output is because this will happen:
$ ./check_demo.sh src/dead_code_issue118.py
Checking src/dead_code_issue118.py... warning: dead code at Location { row: 3,…