mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 06:07:27 +02:00
Merge branch 'master' into fix-muxes
This commit is contained in:
+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
|
// 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
|
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;
|
const std::string &s = val.str;
|
||||||
Property temp;
|
Property temp;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user