mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
+1
-1
@@ -43,7 +43,7 @@ Property Arch::parse_lattice_param_from_cell(const CellInfo *ci, IdString prop,
|
||||
// Parse a possibly-Lattice-style (C literal in Verilog string) style parameter
|
||||
Property Arch::parse_lattice_param(const Property &val, IdString prop, int width, const char *ci) const
|
||||
{
|
||||
if (val.is_string) {
|
||||
if (val.is_string && !prop.in(id_CSDECODE_A, id_CSDECODE_B, id_CSDECODE_R, id_CSDECODE_W)) {
|
||||
const std::string &s = val.str;
|
||||
Property temp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user