cores icon indicating copy to clipboard operation
cores copied to clipboard

Various HDL (Verilog) IP Cores

Results 3 cores issues
Sort by recently updated
recently updated
newest added

For me uart_cfg_div does not get set: ![image](https://user-images.githubusercontent.com/152563/50494791-15addd00-0a2e-11e9-91f6-0e2bfd70fe67.png) Moreover above vardump diverges from what $display outputs: ``` rst_i = 0, write_en_w = 0, addr_i = 0, data_i = 15 rst_i...

…bled Previous behaviour before this fix has two consequences: 1. First cell in memory is filled without cfg_enabled. 2. Since after that write_detect_q is on then it causes buffer_full_q on...