Conversation
|
@firemountain154B it seems like |
Plan to finish it today |
| def _trigger(self): | ||
| return self.valid.value == 1 and self.ready.value == 1 | ||
|
|
||
| # async def _driver_send(self, data) -> None: |
There was a problem hiding this comment.
Can we just delete this?
| @@ -5,13 +5,13 @@ Description : The accumulator for mxint. | |||
| When inputing different exponent, the mantissa will cast to the same bitwidth then accumulate. | |||
There was a problem hiding this comment.
Is this a lossy behaviour? If it is, it might worth to add a few more lines to explain its behaviour? I assume this is the module that aligns the exponent first?
| .out_data(mdata_out[i]) | ||
| ); | ||
| end | ||
| // for (genvar i = 0; i < BLOCK_SIZE; i++) begin |
| data_for_out_ready = buffer_data_for_out_ready; | ||
| end | ||
| end else begin | ||
| if (FIFO_DEPTH == 0) begin : register |
There was a problem hiding this comment.
what is this FIFO depth here?
There was a problem hiding this comment.
Is this a circular buffer? If it is, maybe add some comments at the top of the file.
There was a problem hiding this comment.
what is a or_tree... this is confusing...
No description provided.