made buf with dly sorry

This commit is contained in:
alexmadison 2022-03-02 15:48:54 +01:00
parent 31d2f35042
commit 3bba9fefa4
1 changed files with 2 additions and 2 deletions

View File

@ -104,12 +104,12 @@ namespace tmpl {
export defcell DLY4_X1(bool! y; bool? a, vdd, vss)
{
bool _y, __y, ___y, ____y;
bool _y, __y, ___y;
prs {
a => _y-
_y => __y-
__y => ___y-
____y => y-
___y => y-
}
}