3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

aiger2: Add TODO

This commit is contained in:
Martin Povišer 2024-10-02 11:28:19 +02:00
parent f168b2f4b1
commit d4e009fc2f

View file

@ -20,6 +20,7 @@
// TODOs: // TODOs:
// - gracefully handling inout ports (an error message probably) // - gracefully handling inout ports (an error message probably)
// - undriven wires // - undriven wires
// - zero-width operands
#include "kernel/register.h" #include "kernel/register.h"
#include "kernel/celltypes.h" #include "kernel/celltypes.h"