Commit c145bdb1 authored by Dave Newbold's avatar Dave Newbold

Fixing fake data gen some more

parent 718753db
......@@ -111,7 +111,7 @@ begin
process(params_freq_div)
begin
for i in mask'range loop
if i > to_integer(unsigned(params_freq_div)) then
if i >= to_integer(unsigned(params_freq_div)) then
mask(i) <= '0';
else
mask(i) <= '1';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment