[RTL->HW] Move one more file I missed.

This commit is contained in:
Chris Lattner 2021-05-15 12:28:31 -07:00
parent 61e70086c6
commit f922d2d9fb
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ set(LLVM_OPTIONAL_SOURCES
Comb.cpp
ESI.cpp
MSFT.cpp
RTL.cpp
HW.cpp
Seq.cpp
SV.cpp
)
@ -47,7 +47,7 @@ add_circt_library(CIRCTCAPIMSFT
add_circt_library(CIRCTCAPIRTL
RTL.cpp
HW.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir-c

View File

@ -1,4 +1,4 @@
//===- RTLDialect.cpp - C Interface for the RTL Dialect -------------------===//
//===- HW.cpp - C Interface for the HW Dialect ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
//
// Implements a C Interface for the RTL Dialect
// Implements a C Interface for the HW Dialect
//
//===----------------------------------------------------------------------===//