Skip to content

rubinsteina13/SV_DSM_CORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Synthesizable SystemVerilog IP-Core of the First-Order Delta-Sigma Modulator

This Synthesizable IP-Core of First-Order Delta-Sigma Modulator is a SystemVerilog representation of the Virtex (TM) Synthesizable Delta-Sigma DAC by Xilinx.

  • Project structure
    • README.md - current file
    • LICENSE - file with license description
    • dsm_module.sv - Synthesizable Digital IP-Core of the First-Order Delta-Sigma Modulator

dsm_module description

  • User constants
    • DATA_WIDTH - input and output data bus resolution
  • Inputs
    • clk_i - clock signal (active is rising edge)
    • rst_i - reset signal (active level is high)
    • data_i - input data bus
  • Outputs
    • data_o - output data bus

License

MIT