Skip to content

Instantly share code, notes, and snippets.

View jv-oliveira's full-sized avatar

João Oliveira jv-oliveira

View GitHub Profile
@jv-oliveira
jv-oliveira / Makefile
Last active December 20, 2019 01:34
Testbench para a atividade 3 de PCS 3612 – Organização e Arquitetura de Computadores I
GHDL=ghdl
GHDLFLAGS=
MODULES=\
formula.o \
formula_testbench.o \
formula_testbench
all: $(MODULES)
.PHONY: all