|
My Project
v0.0.16
|
Processes | |
| synch_run | ( data_clk , run ) |
| sync_to_frame | ( data_clk , capture_in , begin_ram ) |
| write_gate | ( data_clk , index , begin_ram , gate ) |
| synch_address | ( data_clk , index , begin_ram ) |
Constants | |
| MAXRAM | unsigned ( DPRAM_ADDR_WIDTH - 1 downto 0 ) := ( others = > ' 1 ' ) |
Types | |
| command_state | ( idle , wren , done ) |
Signals | |
| index | unsigned ( DPRAM_ADDR_WIDTH - 1 downto 0 ) := ( others = > ' 0 ' ) |
| run_b | std_logic := ' 0 ' |
| begin_ram | std_logic := ' 0 ' |
| sequencer | command_state := idle |
| wen_i | std_logic := ' 0 ' |
| gate | std_logic := ' 0 ' |
| capture | std_logic := ' 0 ' |
|
Process |
|
Signal |
|
Signal |
|
Type |
|
Signal |
|
Signal |
|
Constant |
|
Signal |
|
Signal |
|
Signal |
1.8.13