Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instruc.sv #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rtl/instruc/instruc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module instruc import globals::*;
// Recieves and decodes instructions from pcie that contain information
// like the weights or the tiling parameters which tell the memory
// controller how to traverse through the data.
// globals instructions are recieved straight from pcie, then this module
// globals instructions are received straight from pcie, then this module
// decodes them into separate instructions for the gemm memory and
// arithmetic_unit (sys_arr and post_gemmm_arith_u unit),

Expand Down