Skip to content

Instantly share code, notes, and snippets.

@kristianpaul
Created January 13, 2012 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristianpaul/1608357 to your computer and use it in GitHub Desktop.
Save kristianpaul/1608357 to your computer and use it in GitHub Desktop.
8'h0E : begin
ch0_epoch_enable <= !(wb_cyc_i and wb_we_i) & wb_stb_i;
if !(wb_cyc_i and wb_we_i) ch0_epoch_load <= wb_dat_i[10:0];
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment