up_dac_common- typo- unf register reset

main
Shrutika Redkar 2016-07-28 13:35:48 -04:00
parent 08f4ba24d5
commit 8a2734b43e
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ module up_dac_common (
up_drp_wdata <= 'd0; up_drp_wdata <= 'd0;
up_drp_rdata_hold <= 'd0; up_drp_rdata_hold <= 'd0;
up_status_ovf <= 'd0; up_status_ovf <= 'd0;
up_status_ovf <= 'd0; up_status_unf <= 'd0;
up_usr_chanmax <= 'd0; up_usr_chanmax <= 'd0;
up_dac_gpio_out <= 'd0; up_dac_gpio_out <= 'd0;
end else begin end else begin