##// END OF EJS Templates
diagramas de firmware de power_engine y update de time_engine
diagramas de firmware de power_engine y update de time_engine

File last commit:

r149:150
r189:190
Show More
main.vhd
15 lines | 191 B | text/x-vhdl | VhdlLexer
library ieee;
use ieee.std_logic_1164.all;
entity main is
port (
clk : in std_logic;
rst : in std_logic
);
end entity main;
architecture RTL of main is
begin
end architecture RTL;