Line 1: SUBTYPE my_logic IS STD_LOGIC RANGE '0' TO '1';Line 2: SIGNAL a: BIT;Line 3: SIGNAL b: STD_LOGIC;Line 4: SIGNAL c: my_logic;Line 5: b=a;Line 6: b=c;
Not registered? Create an account
Forgot Password?
Already a registered user? Login