tdraudio: remove pulse/noise waves, add sample buffer and irq
This commit is contained in:
parent
5db9631592
commit
7cc9ee807d
4 changed files with 98 additions and 107 deletions
|
|
@ -1,6 +1,6 @@
|
|||
`timescale 1ns / 1ps
|
||||
|
||||
module irqctrl #(IRQ_LINES = 2, IRQ_DELAY_WIDTH = 4) (
|
||||
module irqctrl #(IRQ_LINES = 3, IRQ_DELAY_WIDTH = 4) (
|
||||
input wire clk,
|
||||
input wire [IRQ_LINES-1:0] irq_in,
|
||||
input wire cs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue