pwq1999
Member level 2
i am wondering why ieee defines Std_logic with 9 values, and how it is implemented in FPGA.
'U'---Unintialized
'X'---Forcing(i.e. strong) unknown
'0'---Forcing 0
'1'---Forcing 1
'Z'---High impedance
'W'---Weak unknown
'L'---Weak 0
'H'---Weak 1
'-'--- Don't care
in digital logic design, we often use logic '1' and logic '0' and 'Z'. i want to know the difference between '0' and 'L', '1' and 'H' ,and so on.
How all those values are implemented in FPGA? are there some special resources available inside the Fpga ?
any input is appriciated!
Thanks in advance!
'U'---Unintialized
'X'---Forcing(i.e. strong) unknown
'0'---Forcing 0
'1'---Forcing 1
'Z'---High impedance
'W'---Weak unknown
'L'---Weak 0
'H'---Weak 1
'-'--- Don't care
in digital logic design, we often use logic '1' and logic '0' and 'Z'. i want to know the difference between '0' and 'L', '1' and 'H' ,and so on.
How all those values are implemented in FPGA? are there some special resources available inside the Fpga ?
any input is appriciated!
Thanks in advance!