mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Remove notes
This commit is contained in:
parent
a30d5e1cc3
commit
15042eaf57
|
@ -218,12 +218,6 @@ module MUXF8(input I0, I1, S, output O);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
// Citation: https://github.com/alexforencich/verilog-ethernet
|
// Citation: https://github.com/alexforencich/verilog-ethernet
|
||||||
// TODO: yosys -p "synth_xilinx -abc9 -top abc9_test022" abc9.v -q
|
|
||||||
// returns before b4321a31
|
|
||||||
// Warning: Wire abc9_test022.\m_eth_payload_axis_tkeep [7] is used but has no
|
|
||||||
// driver.
|
|
||||||
// Warning: Wire abc9_test022.\m_eth_payload_axis_tkeep [3] is used but has no
|
|
||||||
// driver.
|
|
||||||
module abc9_test022
|
module abc9_test022
|
||||||
(
|
(
|
||||||
input wire clk,
|
input wire clk,
|
||||||
|
@ -237,9 +231,6 @@ module abc9_test022
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
// Citation: https://github.com/riscv/riscv-bitmanip
|
// Citation: https://github.com/riscv/riscv-bitmanip
|
||||||
// TODO: yosys -p "synth_xilinx -abc9 -top abc9_test023" abc9.v -q
|
|
||||||
// returns before 14233843
|
|
||||||
// Warning: Wire abc9_test023.\dout [1] is used but has no driver.
|
|
||||||
module abc9_test023 #(
|
module abc9_test023 #(
|
||||||
parameter integer N = 2,
|
parameter integer N = 2,
|
||||||
parameter integer M = 2
|
parameter integer M = 2
|
||||||
|
|
Loading…
Reference in a new issue