ec82764bef
RTL (GS rasterizer, EE core stub, platform bridge, LPDDR4B path), sim regression (272 TBs), docs, and tooling. Copyrighted PS2 content (BIOS, game code, GS dumps, and all dump-derived textures/traces) is excluded via .gitignore and stays local. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
component rst_in is
|
|
port (
|
|
in_reset_n : in std_logic := 'X'; -- reset_n
|
|
out_reset_n : out std_logic -- reset_n
|
|
);
|
|
end component rst_in;
|
|
|