diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-02 21:03:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-02 21:03:17 -0600 |
| commit | 405c0287c80c34b0e9dfb9d9326b86d12433b4c4 (patch) | |
| tree | ef38368c911bae30ff9c528dcf4a8fbfbc227fa7 /platform/wavelet3d/gfx_raster.sv | |
| parent | 50b71c7f0ea2574eb4802e1a12fe8b0920a4ca7f (diff) | |
platform/wavelet3d: implement shader cores
This commit contains over a month of intermittent work (I don't have
enough free time to do this the right way)
Diffstat (limited to 'platform/wavelet3d/gfx_raster.sv')
| -rw-r--r-- | platform/wavelet3d/gfx_raster.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/wavelet3d/gfx_raster.sv b/platform/wavelet3d/gfx_raster.sv index 0e740dc..a57a672 100644 --- a/platform/wavelet3d/gfx_raster.sv +++ b/platform/wavelet3d/gfx_raster.sv @@ -261,7 +261,7 @@ module gfx_raster_bounds endcase if (in_state == IN_DIM_Y & next_dim) - assert(geometry.tlast); + assert (geometry.tlast); end always_ff @(posedge clk) begin |
