mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed typo
This commit is contained in:
parent
410c47e2ae
commit
067b7a8726
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module VX_pe_serializer #(
|
|||
parameter DATA_IN_WIDTH = 1,
|
||||
parameter DATA_OUT_WIDTH = 1,
|
||||
parameter TAG_WIDTH = 0,
|
||||
parameter PE_REG = 0'
|
||||
parameter PE_REG = 0,
|
||||
parameter OUT_BUF = 0
|
||||
) (
|
||||
input wire clk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue