tdraudio: remove pulse/noise waves, add sample buffer and irq

This commit is contained in:
slederer 2025-10-04 00:09:10 +02:00
parent 5db9631592
commit 7cc9ee807d
4 changed files with 98 additions and 107 deletions

View file

@ -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,