aboutsummaryrefslogtreecommitdiff
path: root/Gate.cpp
blob: 22d57e2ce07fb46d05471ae7c3e91996e9f79a7c (plain)
1
2
3
4
5
6
7
8
9
10
#include "Gate.h"

Gate::Gate(/* args */){}
Gate::~Gate(){}
void Gate::addInput(Net*){
   
}
void Gate::addOutput(Net*){

}