3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-03 21:09:12 +00:00

More deadname stuff

This commit is contained in:
Claire Xenia Wolf 2021-06-09 12:33:41 +02:00
parent 0ada13cbe2
commit a734face3a
10 changed files with 27 additions and 27 deletions

View file

@ -1,20 +1,20 @@
@misc{YosysGit,
author = {Clifford Wolf},
author = {Claire Xenia Wolf},
title = {{Yosys Open SYnthesis Suite (YOSYS)}},
note = {\url{http://github.com/cliffordwolf/yosys}}
note = {\url{http://github.com/YosysHQ/yosys}}
}
@misc{YosysTestsGit,
author = {Clifford Wolf},
author = {Claire Xenia Wolf},
title = {{Yosys Test Bench}},
note = {\url{http://github.com/cliffordwolf/yosys-tests}}
note = {\url{http://github.com/YosysHQ/yosys-tests}}
}
@misc{VlogHammer,
author = {Clifford Wolf},
author = {Claire Xenia Wolf},
title = {{VlogHammer Verilog Synthesis Regression Tests}},
note = {\url{http://github.com/cliffordwolf/VlogHammer}}
note = {\url{http://github.com/YosysHQ/VlogHammer}}
}
@misc{Icarus,