diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-04 00:32:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-04 00:32:15 -0600 |
| commit | 99e78896ddb6d6c26db4767e12ca481214e44c02 (patch) | |
| tree | 38c01341509bed565bfa8e374cdb5687014a1374 /platform/wavelet3d/gfx_top.sv | |
| parent | 7f95c983b2d77492ea1876b9229b3a7f29c54bbc (diff) | |
platform/wavelet3d: move fpint stage definitions to gfx_shader_fpint
Diffstat (limited to 'platform/wavelet3d/gfx_top.sv')
| -rw-r--r-- | platform/wavelet3d/gfx_top.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/wavelet3d/gfx_top.sv b/platform/wavelet3d/gfx_top.sv index d26e401..5b8a0ce 100644 --- a/platform/wavelet3d/gfx_top.sv +++ b/platform/wavelet3d/gfx_top.sv @@ -94,7 +94,7 @@ import gfx::*; .srst_n ); - gfx_fpint fpint + gfx_shader_fpint fpint ( .clk, .rst_n, |
