Fix some space issues
This commit is contained in:
parent
ba82ef463e
commit
e4ef928751
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999-2018 Stephen Williams (steve@icarus.com)
|
* Copyright (c) 1999-2019 Stephen Williams (steve@icarus.com)
|
||||||
* Copyright CERN 2013 / Stephen Williams (steve@icarus.com)
|
* Copyright CERN 2013 / Stephen Williams (steve@icarus.com)
|
||||||
*
|
*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
|
|
@ -2017,7 +2017,7 @@ static NetExpr* check_for_struct_members(const LineInfo*li,
|
||||||
|
|
||||||
// If the member type is a netvector_t, then it is a
|
// If the member type is a netvector_t, then it is a
|
||||||
// vector of atom or scaler objects. For example, if the
|
// vector of atom or scaler objects. For example, if the
|
||||||
// l-value expression is "foo.member[1][2]",
|
// l-value expression is "foo.member[1][2]",
|
||||||
// then the member should be something like:
|
// then the member should be something like:
|
||||||
// ... logic [h:l][m:n] member;
|
// ... logic [h:l][m:n] member;
|
||||||
// There should be index expressions index the vector
|
// There should be index expressions index the vector
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2016 Stephen Williams (steve@icarus.com)
|
* Copyright (c) 2000-2019 Stephen Williams (steve@icarus.com)
|
||||||
* Copyright CERN 2012-2013 / Stephen Williams (steve@icarus.com)
|
* Copyright CERN 2012-2013 / Stephen Williams (steve@icarus.com)
|
||||||
*
|
*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
|
|
@ -1265,7 +1265,7 @@ bool PEIdent::elaborate_lval_net_packed_member_(Design*des, NetScope*scope,
|
||||||
if (const netvector_t*mem_vec = dynamic_cast<const netvector_t*>(member->net_type)) {
|
if (const netvector_t*mem_vec = dynamic_cast<const netvector_t*>(member->net_type)) {
|
||||||
// If the member type is a netvector_t, then it is a
|
// If the member type is a netvector_t, then it is a
|
||||||
// vector of atom or scaler objects. For example, if the
|
// vector of atom or scaler objects. For example, if the
|
||||||
// l-value expression is "foo.member[1][2]",
|
// l-value expression is "foo.member[1][2]",
|
||||||
// then the member should be something like:
|
// then the member should be something like:
|
||||||
// ... logic [h:l][m:n] member;
|
// ... logic [h:l][m:n] member;
|
||||||
// There should be index expressions index the vector
|
// There should be index expressions index the vector
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue