Skip to content

Instantly share code, notes, and snippets.

View hyperconcerto's full-sized avatar

hyperconcerto

View GitHub Profile
module tb_led01;
reg clk;
reg res;
wire led0;
wire led1;
wire led2;
wire led3;
led01 led01(
.clk(clk),
module led01(
clk,
res,
led0,
led1,
led2,
led3);
input clk;
input res;
#!/usr/bin/env python
# encoding: utf-8
## Module infomation ###
# Python (3.4.4)
# numpy (1.10.2)
# PyAudio (0.2.9)
# pyqtgraph (0.9.10)
# PyQt4 (4.11.4)
# All 32bit edition
@hyperconcerto
hyperconcerto / matplotlib_fft.py
Last active April 13, 2023 08:53
Matplotlib realtime audio FFT
#!/usr/bin/env python
# encoding: utf-8
## Module infomation ###
# Python (3.4.4)
# numpy (1.10.2)
# PyAudio (0.2.9)
# matplotlib (1.5.1)
# All 32bit edition
########################
@hyperconcerto
hyperconcerto / cpu4.v
Created December 24, 2015 07:20
TD4のようなCPU
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 2015/10/02 14:40:00
// Design Name:
// Module Name: cpu4
// Project Name:
// Target Devices: