cho 1 mạch logic như sau
c=[ a nand (a and b)] and [b nand (a and b)]
mô tả mạch sau bằng Structure
Em làm thế này
em khai báo 2 component and2 và nand 2
trong chuong trình chính em khai báo phần component trong architecture như thế này
architecture ................
component and2 port(......);
end component;
component nand2 port(.....);
end component;
begin
.................
Em dùng Max-Plus mô phỏng thì nó báo lỗi.Mong các anh chỉ giúp em sai chỗ nào với.Thanks
c=[ a nand (a and b)] and [b nand (a and b)]
mô tả mạch sau bằng Structure
Em làm thế này
em khai báo 2 component and2 và nand 2
trong chuong trình chính em khai báo phần component trong architecture như thế này
architecture ................
component and2 port(......);
end component;
component nand2 port(.....);
end component;
begin
.................
Em dùng Max-Plus mô phỏng thì nó báo lỗi.Mong các anh chỉ giúp em sai chỗ nào với.Thanks
Comment