mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Sucess Synthesis - Finding db
This commit is contained in:
parent
a8d063e9ad
commit
28ee1d3c36
2 changed files with 4429 additions and 674 deletions
|
@ -61,6 +61,8 @@ module VX_gpgpu_inst (
|
|||
assign split_new_later_mask[curr_s_t] = curr_valids[curr_s_t] & (!curr_bool);
|
||||
end
|
||||
|
||||
wire[$clog2(`NT):0] num_valids;
|
||||
|
||||
VX_countones #(.N(`NT)) valids_counter (
|
||||
.valids(curr_valids),
|
||||
.count (num_valids)
|
||||
|
|
5101
syn/vortex_syn.log
5101
syn/vortex_syn.log
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue