Fork template done (basic simulation works)
This commit is contained in:
@@ -115,7 +115,7 @@ namespace tmpl {
|
||||
}
|
||||
|
||||
|
||||
export defcell A_1C2P (bool! y; bool? c1, p1, p2; bool vdd, vss)
|
||||
export defcell A_1C2P_X1 (bool! y; bool? c1, p1, p2; bool vdd, vss)
|
||||
{
|
||||
prs{
|
||||
~p1 & ~p2 & ~c1 -> y+
|
||||
|
||||
Reference in New Issue
Block a user