OpenCores

2nd order Sigma-Delta DAC

Issue List
dsm3_top issues #1
Open ploftsgard opened this issue about 10 years ago
ploftsgard commented about 10 years ago

Could be my lack of experience with VHDL but I noticed the following possible issues with dac_dsm3_top.vhd

  1. 16/15 is hard coded in a couple places instead of using nbits and nbits is not defaulted to anything in the dac_dsm3_top generic definition

  2. The dac_dsm3_1 port map may be incorrect:

Should: dout => dout, be: dout => dac_dout,

Extremely useful core though - works great


Assignee
No one
Labels
Bug