Compare commits
No commits in common. "9f0f8c2775c33bfedd0805768c80796b59f62233" and "1ed42918fc39056f5a5ba291a951d795703202f7" have entirely different histories.
9f0f8c2775
...
1ed42918fc
@ -1,7 +0,0 @@
|
||||
configuration cfg_cocotb_top_hwitl_mac of cocotb_top_hwitl is
|
||||
for bench
|
||||
for top_mac_test_inst : top_hwitl
|
||||
use entity design.top_hwitl(mac);
|
||||
end for;
|
||||
end for;
|
||||
end configuration cfg_cocotb_top_hwitl_mac;
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Set up virtual device using
|
||||
sudo ip link add dev veth1 type veth peer name veth2
|
||||
sudo ip link set up veth1
|
||||
sudo ip link set up veth2
|
||||
sudo ip addr add 192.168.2.1/24 dev veth1
|
||||
sudo ip link set promisc on dev veth1
|
||||
|
Loading…
x
Reference in New Issue
Block a user