You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, register = primitive node (initialValue: Bool, resetActiveHigh: Bool, resetAsynchronous: Bool, clockActiveHigh: Bool, clock: digitalIn, reset: digitalIn, in: digitalIn) -> (out: digitalOut); only gets the digitalIn and digitalOut ports in the schematic, not the Bool attributes.
The text was updated successfully, but these errors were encountered:
I tried reproducing this straight from a schematic -> serialize path and couldn't. After adding a bool attribute to the node type and a bool value to the node value, I got this:
But is that in the schematic, or are you invoking the frontend? I think
this is a frontend problem.
On Thu, Mar 19, 2015 at 11:16 PM, Max Qitian Chen [email protected]
wrote:
I tried reproducing this straight from a schematic -> serialize path and
couldn't. After adding a bool attribute to the node type and a bool value
to the node value, I got this:
For example,
register = primitive node (initialValue: Bool, resetActiveHigh: Bool, resetAsynchronous: Bool, clockActiveHigh: Bool, clock: digitalIn, reset: digitalIn, in: digitalIn) -> (out: digitalOut);
only gets thedigitalIn
anddigitalOut
ports in the schematic, not theBool
attributes.The text was updated successfully, but these errors were encountered: