mirror of https://github.com/YosysHQ/yosys.git
fixed invalid char
This commit is contained in:
parent
a24596def3
commit
3e14ff1667
|
|
@ -1,5 +1,5 @@
|
||||||
// This file describes the main pattern matcher setup (of three total) that
|
// This file describes the main pattern matcher setup (of three total) that
|
||||||
// forms the `xilinx_dsp` pass described in xilinx_dsp.cc — version for
|
// forms the `xilinx_dsp` pass described in xilinx_dsp.cc - version for
|
||||||
// DSP48A/DSP48A1 (Spartan 3A DSP, Spartan 6).
|
// DSP48A/DSP48A1 (Spartan 3A DSP, Spartan 6).
|
||||||
// At a high level, it works as follows:
|
// At a high level, it works as follows:
|
||||||
// ( 1) Starting from a DSP48A/DSP48A1 cell
|
// ( 1) Starting from a DSP48A/DSP48A1 cell
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue